Steps to run the app

1. Install pipenv

pip install pipenv

2. Install dependencies

pipenv install

3. Make migrations

py manage.py makemigrations

4. Migrate

py manage.py migrate

5. Run the app

py manage.py runserver