MernStack
A Mern Stack project to kick start your apps using Microservice Architecture. const mernStack = { mongodb, expressjs, reactjs, nodejs }
Install / Use
/learn @SOSANA/MernStackREADME
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
