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

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

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