How to run this web app locally-
- Install the requirements within requirements.txt using pip
pip install -r requirements.txt
- Make migration files for database
python manage.py makemigrations
- Migrate the files
python manage.py migrate
- Run the project on local server
python manage.py runserver