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
- Host: GitHub
- URL: https://github.com/fanqingsong/fastapi_learning
- Owner: fanqingsong
- Created: 2021-07-15T07:43:52.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-16T08:48:52.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T13:53:43.612Z (5 months ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.markdown
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