- React.js
- JSON Fake Server
1.0.0
- In app.js rename the mongoose connection to database to your own or download mongodump files from repository
Install the JSON server
$ npm install -g json-server
Then run
$ json-server --watch db.json port=3000
Run app
$ npm start