Containerizing a MERN stack application using docker compose
This project uses Docker Compose to containerize a MERN (MongoDB, Express, React, Node.js) stack application.
Prerequisites:
Docker: Docker Compose
The application consists of three services:
Frontend: React application served through Nginx, Backend: Node.js/Express API, Database: MongoDB instance
