https://github.com/edwardcdev/python_fastapi
https://github.com/edwardcdev/python_fastapi
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/edwardcdev/python_fastapi
- Owner: edwardcdev
- Created: 2021-10-20T03:03:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-20T04:10:52.000Z (over 3 years ago)
- Last Synced: 2025-01-29T11:52:18.581Z (3 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python FastAPI App
## Running
- pip install fastapi
- pip install "uvicorn[standard]"
- uvicorn main:app --reload
- server run on http://127.0.0.1:8000
- interactive API docs http://127.0.0.1:8000/docs
- alternative API docs http://127.0.0.1:8000/redoc