Currently migrating the monolith architecture to a containerized environment.
- Containerization: Fully dockerized Frontend (React/Nginx) and Backend (Node.js) using
DockerandDocker Compose. - CI/CD: Automated build pipeline implemented via GitHub Actions.
- Database: MongoDB running as a container with persistent volumes.
# Clone the repo
git clone [https://github.com/BarosFilvi/fullstack-task-manager.git](https://github.com/BarosFilvi/fullstack-task-manager.git)
# Run with Docker Compose
docker-compose up --build