REST API for task management built with FastAPI, PostgreSQL and Docker.
- Create tasks
- List tasks
- Mark task as completed
- Delete tasks
- PostgreSQL persistence
- Dockerized database
- Python
- FastAPI
- SQLAlchemy
- PostgreSQL
- Docker
docker compose up -d
uvicorn app.main:app --reload