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

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

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