- SQL Alchemy
- JWT Authentification
- Marshmallow Schema
- Testing (w/ pytest)
- OpenAPI documentation
- Linter (ruff & mypy)
- Basic login strategy
- pyproject
- docker
- ruff
- mypy
python3 -m venv venv
source venv/bin/activate
pip install -e ".[dev]"
cp example.env .env
# Edit the .env file to update environment variables as needed
# Run App
flask --app project_api run