Developed by Django Framework
- Clone the repository
- Install pipenv
pip install pipenv - Create a vircual env using pipenv
pipenv shell - Install the requirements
pip freeze > requirements.txt && pipenv -r install requirements.txt - Run
python manage.py runserver