This is the university project for the database improvements.
- Python should be already installed
python -m venv .venv
source .venv/bin/activate
pip install -r ./src/requirements.txt
Activate the virtual environment to run the server
python ./src/manage.py runserver
Select the virtual environment as python interpeter to be able to debug on vscode