A full-stack task management application built with MongoDB, Express, React, and Node.js, fully containerized with Docker.
- ✅ Create, read, update, and delete tasks
- ✅ Mark tasks as complete
- ✅ Persistent storage with MongoDB Atlas
- ✅ Fully Dockerized
- ✅ Production-ready
- Clone the repository
- Create
.envfile with your MongoDB URI - Run with Docker Compose:
docker-compose up -d- Access at http://localhost:3000