Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 315 Bytes

File metadata and controls

19 lines (15 loc) · 315 Bytes

FastAPI - TodoApp

Build simple todo app with FastAPI.

Install dependencies:

pip install -r requirements.txt

Run

uvicorn main:app --reload