This is a simple CRUD REST API server supporting this client-side React application.
clone this repo
$ npm install
$ npm start
Server is listening at localhost:8000/api
This REST API is documented at localhost:8000/explorer
The project is generated by LoopBack.