It is a simple boilerplate with these two wonderfull libraries DataTables, CellEdit a plugin for DataTables and express-restify-mongoose.
Idea is to visualize and edit data in browser thats stored in Mongo with rest API.
After npm install
run the following to get the app running on http://localhost:8080/
npm run start
The above command will run following script before starting express app node server.js
- Generate sample data
npm run init-sample-data
- Import the sample data in local Mongo db collection user of db named test
npm run init-db
(require Mongo running on localhost)
This project is licensed under the terms of the MIT license.