Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vcolesdev/vc-docker-mern-starter
- Owner: vcolesdev
- License: mit
- Created: 2024-01-19T06:10:11.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-19T06:10:42.000Z (12 months ago)
- Last Synced: 2024-04-11T08:53:06.704Z (9 months ago)
- Topics: 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
- Language: Shell
- Homepage:
- Size: 12.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.