Skip to content

This is a Docker starter project using the MERN stack. See README for more information.

License

Notifications You must be signed in to change notification settings

vcolesdev/vc-docker-mern-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN Starter Project

Description

[AI Generated Description]

This is a starter project for a MERN stack application.

Containers

database

MongoDB database container for the application.

dbsh

MongoDB shell container for the application.

server

Express server container for the application.

app (WIP)

NextJS React application container for the application.

Usage

  • docker-compose up --build to build the application.
  • docker-compose up -d to start the application.
  • docker-compose down to stop the application.

Scripts

./bin/create-certs.sh

Create self-signed certificates for local development.

./bin/install-app-deps.sh

Install dependencies for the application.

./bin/install-server-deps.sh

Install dependencies for the server.

License

This project is licensed under the MIT License - see the LICENSE file for details.