metadata
title: Todo API Backend
emoji: ⚡
colorFrom: blue
colorTo: purple
sdk: docker
pinned: false
license: mit
Todo API Backend
FastAPI backend for Todo application with Neon PostgreSQL and JWT authentication.
Features
- User authentication with JWT
- CRUD operations for todos
- PostgreSQL database with SQLAlchemy ORM
- Async/await patterns
API Documentation
Visit /docs for interactive API documentation (Swagger UI).
Health Check
The /health endpoint returns the API status without requiring database connection.