Technology Stack:
- Django (Backend)
- HTML, CSS, JavaScript (Frontend)
Some instruction to build & run the project:
- Install pipenv
pip install pipenv
- Start pipenv shell
pipenv shell
- Install dependencies
pipenv install
- Migrate Database
python manage.py migrate
- Run the Dev Server
python manage.py runserver
N.B. You must have env.py file in the project root folder. Rename env-sample.py file to env.py and fill those variables with your system values to run the project properly