Skip to content
/ mern-boilerplate Public template

Simple MERN stack boilerplate (Mongo, Express, React, Node).

Notifications You must be signed in to change notification settings

fgerschau/mern-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend

Run the whole project with docker

docker-compose up

Run backend locally

For developement, run the mongo docker and redis container and then run yarn start in the api folder:

yarn start:services
yarn start

Then run the express server:

yarn start

To access the database

docker exec -it mongo bash

Then start the mongo shell:

# mongo
> show dbs

To stop mongo and redis

yarn run stop:services

About

Simple MERN stack boilerplate (Mongo, Express, React, Node).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published