A simple backend project built with FastAPI and PostgreSQL.
- Add new tasks
- List all tasks
- Mark tasks as completed
- Delete tasks
- Python
- FastAPI
- PostgreSQL
- Psycopg2
- Docker (optional for DB)
- Clone the repo
- Install dependencies:
pip install -r requirements.txt