Skip to content

A boilerplate combining libraries DataTables, CellEdit a plugin for DataTables and express-restify-mongoose.

License

Notifications You must be signed in to change notification settings

gagan-bansal/datatables-express-restify-mongoose-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A boilerplate combining libraries DataTables, CellEdit a plugin for DataTables and express-restify-mongoose.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published