One Paragraph of project description goes here. Explain what the project does and what makes it unique.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Install requirements
pip install -r requirements.txt
Create .env
file in the root directory.
SECRET_KEY=enter-secret-code-here
Migrate the database
python3 manage.py migrate
Run the application
python3 manage.py runserver
Open the app in a web browser using link: http://localhost:8000.