Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 649 Bytes

Readme.md

File metadata and controls

29 lines (19 loc) · 649 Bytes

Django Task Management API

This is a Django-based Task Management API, set up to run with Docker and Docker Compose, using Sqlite as the database.

Prerequisites

  • Docker
  • Docker Compose

Getting Started

1. Clone the Repository

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.

Bonus

Include a Dockerfile and a docker-compose.yml file to simplify the project's setup and deployment.