Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sosana/mernstack

A Mern Stack project to kick start your apps using Microservice Architecture. const mernStack = { mongodb, expressjs, reactjs, nodejs }
https://github.com/sosana/mernstack

babeljs code-splitting es6 expressjs microservices-architecture mongodb nodejs react-router reactjs redux webpack

Last synced: about 1 month ago
JSON representation

A Mern Stack project to kick start your apps using Microservice Architecture. const mernStack = { mongodb, expressjs, reactjs, nodejs }

Awesome Lists containing this project

README

        

# 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
```
___