Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 497 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 497 Bytes

Mern Stack V0.1.1

A Mern Stack example using Microservice Architecture

const mernStack = { MongoDB, ExpressJS, ReactJS, NodeJS };

Quickstart for Development

Open two terminal windows, cd into server and in the other terminal cd into client. Check out the readme's in both root folder's for more details.

Install Dependencies in both directories

npm install

Establish Connection to MongoDb

mongod

Start the app in development

npm start