Skip to content

shivanshbindal9/TicketingApp

Repository files navigation

TicketingApp

A basic "Ticket" generating app This app is a query based platform in which tickets are issued for each query and querries are processed accordingly.

Steps for installation

git clone http://github.com/shivanshbindal9/TicketingApp.git
cd TicketingApp
Create a virtual environment
virtualenv venv
source venv/bin/activate
pip install requirements.txt
cd frontend
yarn

Now all the requirements are installed

Steps to start server

In the root directory
./manage.py runserver
cd frontend
yarn start

Now, the app will be running at localhost:8000