Skip to content

Running the API

Run the API with:

uvicorn src.api.app:app --reload

Then navigate to localhost:8000 to interact with the API.

Debugging

Alternatively, you can run the "FastAPI" debug configuration in .vscode/launch.json to debug the application.