Skip to content

ketanpatil1/NexTask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NexTask

NexTask is a web-based Task Management Application built using Django.

Running in development

To run this project in development mode, you'll need a .env.dev file in the project root. You can use the .env.example file as reference.

Using Docker/Podman Compose

You can run the project using Docker/Podman Compose, using this command:

docker-compose -f ./compose.dev.yaml up -d

To stop it, run the following command:

docker-compose -f ./compose.dev.yaml down

About

A web-based Task Management Application built using Django.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors