This is a simple Task Manager API built with FastAPI and PostgreSQL.
- Create tasks
- Read tasks
- Update tasks
- Delete tasks
- Clone the repository.
- Create a virtual environment and activate it:
python -m venv venv source venv/bin/activate # Linux/Mac .\\venv\\Scripts\\activate # Windows