https://github.com/jackomo007/fastapi
Python API
https://github.com/jackomo007/fastapi
fastapi python3 uvicorn
Last synced: about 1 month ago
JSON representation
Python API
- Host: GitHub
- URL: https://github.com/jackomo007/fastapi
- Owner: jackomo007
- Created: 2022-03-20T18:53:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-20T19:01:43.000Z (over 4 years ago)
- Last Synced: 2025-07-12T20:54:33.754Z (12 months ago)
- Topics: fastapi, python3, uvicorn
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# FastAPI Tasks List
* CRUD using Python fastAPI
# Install
* pip install fastapi
* pip install uvicorn
# Run
* uvicorn server:app --reload
# To see the documentation autogenerated
* Go to http://127.0.0.1:8000/doc