Requirements:
- Python3.8+
- Create your virtual environment and activate it:
python -m venv venv
source venv/bin/activate / venv\Scripts\activate.bat (Linux/Windows)
- Install required packages for the project.
pip install -r requirements.txt
- Apply migrations (optional) and run the project
python manage.py migrate
python manage.py runserver