Pnogo API
This project uses uv to handle dependencies. To install them in a virtual environment, simply run:
uv syncTo start the API run this command:
uv run -m flask --app pnogo_api/run run --debugThis project uses ruff for code formatting, and it's installed in the virtual environment automatically.
To format your code, simply run:
ruff formatTo run the linter for any errors or issues:
ruff check