🎉 Winner of the annual web development challenge of MNNIT Allahabad.
- Create virtual environment
- Run in terminal:
pip3 install requirements.txt
- Import database dump and name it as
asqdb
- In project root open terminal and run:
Add necessary details to create super user
python3 manage.py makemigrations python3 manage.py migrate python3 manage.py createsuperuser
- Run:
python3 manage.py runserver
- visit
127.0.0.1:8000
in browser
- Tuhin Subhra Patra - armag-pro
- Bavishi Milan - jarvis-dev
- Jugta Ram - jugtaram
This project is licensed under the MIT License - see the LICENSE file for details