This is a Django-based Task Management API, set up to run with Docker and Docker Compose, using Sqlite as the database.
- Docker
- Docker Compose
Clone the repository to your local machine.
git clone https://github.com/Chintankansal48/task-manager.git
cd task-manager
2. Run to build the Docker container and service will start at http://localhost:8000:
docker-compose up --build
Import the Postman collection.
Include a Dockerfile and a docker-compose.yml file to simplify the project's setup and deployment.