To start with the project ,follow these steps
-
git clone
-
check if you running python3.6+ if not please switch
-
create virtual environment using the command python3 -m venv
-
install all the requirements like requests,django,mysql
-
create database named " zoho "
-
do makemigrations and migrate
-
make superuser , and do runsever
-
login via superuser at login screen
-
change the url to /api/ticket_add
-
add the ticket
-
change the url to /api/list/ to view the list of submitted tickets