[AI Generated Description]
This is a starter project for a MERN stack application.
MongoDB database container for the application.
MongoDB shell container for the application.
Express server container for the application.
NextJS React application container for the application.
docker-compose up --build
to build the application.docker-compose up -d
to start the application.docker-compose down
to stop the application.
Create self-signed certificates for local development.
Install dependencies for the application.
Install dependencies for the server.
This project is licensed under the MIT License - see the LICENSE file for details.