NexTask is a web-based Task Management Application built using Django.
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.
You can run the project using Docker/Podman Compose, using this command:
docker-compose -f ./compose.dev.yaml up -dTo stop it, run the following command:
docker-compose -f ./compose.dev.yaml down