Skip to content

This is a solution to the assignment provided by AI47Labs

Notifications You must be signed in to change notification settings

Chintankansal48/task-manager

Repository files navigation

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.

About

This is a solution to the assignment provided by AI47Labs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published