vcolesdev / vc-docker-mern-starter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Shell 59.7%Language:JavaScript 23.5%Language:HTML 8.8%Language:Dockerfile 8.0%