Simple API to manage tasks Built with Python and FastAPI
- Python 3
- FastAPI
- SQLite
- Install dependencies
pip install -r requirements.txt- Run the server
uvicorn main:app --reload- Open Swagger UI http://127.0.0.1:8000/docs
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Simple API to manage tasks Built with Python and FastAPI
pip install -r requirements.txtuvicorn main:app --reload