fastapi-html icon indicating copy to clipboard operation
fastapi-html copied to clipboard

Sample repository demonstrating how to use FastAPI to serve HTML web apps.

Results 1 fastapi-html issues
Sort by recently updated
recently updated
newest added

In browser ``` {"detail":"Not Found"} ``` and terminal ``` > poetry run uvicorn src.html:app --reload INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) INFO: Started reloader process [504761] using...