Steps to setup local server
The project uses Python3
Use pip3 install -r <DEP>
to install django
, virtualenv
, djangorestframework
and so on to install dependencies.
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py runserver
Log in or sign up for Devpost to join the conversation.