Install all the dependencies that are required for the backend functionalities
pip install -r requirements.txt
In order to start the server, run this command
python manage.py runserver
Using these url endponts you will get access to the API Documentation for these Endpoints. Here you can try out registering users as well as logging in and logging out by sending HTTP requests to the backend. You will also be able to see the HTTP response
http://127.0.0.1:8000/api/register
http://127.0.0.1:8000/api/login
http://127.0.0.1:8000/api/logout
https://melvinpariyadan.eu.pythonanywhere.com/admin
https://melvinpariyadan.eu.pythonanywhere.com/api/register
https://melvinpariyadan.eu.pythonanywhere.com/api/login
https://melvinpariyadan.eu.pythonanywhere.com/api/logout