REST API Todo App

A minimal CRUD API built with FastAPI, SQLite, and SQLAlchemy.

REST API

Overview

A clean starter API for managing todos. It’s intentionally small and easy to read — perfect for demos or as a backend foundation.

How to Run

  1. pip install -r requirements.txt
  2. uvicorn app.main:app --reload
  3. Open http://127.0.0.1:8000/docs for interactive Swagger UI.

Typical Endpoints

Repository

GitHub – REST-API-Todos-App