- Create a .env file, you can use the .env.example file as a template.
- Check the PORT=8000, this will be the port to access e.g.: http://127.0.0.1:8000
Install uv package manager
https://github.com/astral-sh/uv?tab=readme-ov-file#getting-started
make install-venv-dev # Create virtual environment and install deps
make run-venv-dev # Run dev http://127.0.0.1:8000
docker compose up --build