Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 }
- Host: GitHub
- URL: https://github.com/sosana/mernstack
- Owner: SOSANA
- Created: 2016-09-28T01:05:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-19T21:51:19.000Z (over 7 years ago)
- Last Synced: 2024-10-11T23:03:58.793Z (about 1 month ago)
- Topics: babeljs, code-splitting, es6, expressjs, microservices-architecture, mongodb, nodejs, react-router, reactjs, redux, webpack
- Language: JavaScript
- Homepage:
- Size: 194 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
___