This repository includes a very simple Python FastAPI HTTP API, made for demonstration purposes only.
-
Open this repository in Github Codespaces or VS Code with Remote Dev Containers extension.
-
Run the development server:
fastapi dev api/main.py
-
Click 'http://127.0.0.1:8000' in the terminal, which should open the website in a new tab.
-
Append
/docs
or/generate_name
to the end of the URL.