Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vcolesdev/vc-docker-mern-starter

This is a Docker starter project using the MERN stack. See README for more information.
https://github.com/vcolesdev/vc-docker-mern-starter

containerization containers database dbsh docker docker-compose express mern mern-boilerplate mern-project mern-stack mern-stack-development mongodb nextjs nodejs react react-typescript server typescript

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](LICENSE) file for details.