https://github.com/hiejulia/crups
Simple MERN app
https://github.com/hiejulia/crups
mern-stack
Last synced: 7 months ago
JSON representation
Simple MERN app
- Host: GitHub
- URL: https://github.com/hiejulia/crups
- Owner: hiejulia
- Created: 2017-03-04T08:22:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-05T08:29:18.000Z (over 8 years ago)
- Last Synced: 2025-02-08T21:46:22.630Z (9 months ago)
- Topics: mern-stack
- Language: JavaScript
- Homepage: https://github.com/HienNguyen711/Crups
- Size: 2.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crups
## What is this?
A simple app with MERN - MongoDB,Express,ReactJS,Node## Tech used
+ MERN
+ Material design
+ Isomorphic with server and front-end rendering## How to install
+ Clone this repo `git clone ` or download as zip file
+ Run `npm install`
+ Start MongoDB `mongod`
+ Test database `babel-node loadTestData.js`
+ Run `npm start` to start the server
+ Run `npm dev` at the same time in another terminal
+ Change the ip address in the `config.js` file to the local machine is running
+ Open browser run `0.0.0.0:3000`(with your ip address)## Demos
![]()
![]()
![]()
## Built intergrated with
+ https://github.com/Hashnode/mern-starter## Developer:
Hien Nguyen