Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 901 Bytes

File metadata and controls

21 lines (13 loc) · 901 Bytes

datatables-express-restify-mongoose-boilerplate

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.

Usage

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)

License

This project is licensed under the terms of the MIT license.