Running the API
Run the API with:
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.
Run the API with:
Then navigate to localhost:8000 to interact with the API.
Alternatively, you can run the "FastAPI" debug configuration in .vscode/launch.json
to debug the application.