Very simple example of how to build a RESTful API with the Node.js module "Sequelize-restful"
sudo npm installImport the database structure from this file: database.sql Database username and password: server.js
sudo node server.jshttp://www.pabloanaya.com/blog/sequelize-restful-build-rest-api-seconds/