Steps to run the project
- Clone the project
- Create the virtualenv using command virtualenv -p python3 venv
- Activate the virtualenv by running command source venv/bin/activate
- pip install -r requirements.txt
- Run - python manage.py runserver to run the project