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

https://github.com/edwardcdev/python_fastapi


https://github.com/edwardcdev/python_fastapi

Last synced: about 1 month ago
JSON representation

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