Used Tech Stack
- Django
- Sqlite
-
Create a virtual environment
python -m venv .venv
-
Activate it
source .venv/bin/activate
Windows: .venv/Scripts/activate
-
Clone the repository and install the packages in the virtual env:
pip install -r requirements.txt
-
Create initial database:
python manage.py migrate
-
Run server:
python manage.py runserver localhost:8000
Show your support by 🌟 the project!!