- Change directories into the backend folder with
cd backend
- Create a virtual environment with
python -m venv .venv
- Activate the virtual environment
- Windows:
.\.venv\Scripts\activate
- Mac:
source ./.venv/bin/activate
- Windows:
- Run
python main.py
docker compose -f docker-compose.dev.yaml up