An open API service indexing awesome lists of open source software.

https://github.com/fanqingsong/fastapi_learning

run demo code from official site
https://github.com/fanqingsong/fastapi_learning

Last synced: 3 months ago
JSON representation

run demo code from official site

Awesome Lists containing this project

README

        

# with reload option to support hot-load with python script
uvicorn router:app --reload

# access query URL
http://127.0.0.1:8000/items/5?q=somequery

# access docs
http://127.0.0.1:8000/docs