Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

sothulthorn/fastapi-todoapp

Repository files navigation

FastAPI - TodoApp

Build simple todo app with FastAPI.

Install dependencies:

pip install -r requirements.txt

Run

uvicorn main:app --reload