# Task Manager Simple task manager built with: - FastAPI - Next.js - PostgreSQL - Docker ## Run project ```bash docker compose up --build ``` ## URLs Frontend: http://localhost:3000 Backend: http://localhost:8000/docs ```