- Install Python 3 (v>=3.10)
- Make a virual environment and activate it
- Install the neccessary dependencies for this project by running:
pip install -r requirements.txt
- Migrate the database:
python3 manage.py makemigrations
python3 manage.py migrate
- Run the project:
python3 manage.py runserver