Get Started Set up the .env based on .env.example Install dependencies pip install -r requirements.txt Run the API python -m app.main Visit the API at http://localhost:8000/ Running Tests Use pytest python -m pytest