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_manager2. Run to build the Docker container and service will start at http://localhost:8000:
docker-compose up --buildImport the Postman collection. Obtain Auth token from the Register User API and use that token in authorization header of tasks APIs.