A minimal full-stack todo application built with:
- FastAPI
- Next.js
- PostgreSQL (Neon)
- Create tasks
- Edit tasks inline
- Delete tasks
- Persistent database storage
- Dark UI
Next.js → FastAPI → PostgreSQL
Backend: uvicorn app.main:app --reload
Frontend: npm run dev