Download the project zip file and extract it to a folder named task-management.
Or Clone the repo from GitHub
# Enter project directory
cd task-management
# Make setup script executable and run it
chmod +x setup.sh && ./setup.shStart
docker compose up -dStop
docker compose down