Skip to content

pjanaya/nodejs-express4-sequelize-restful

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tutorial 2: Node.js + Express 4 + Sequelize-restful

Very simple example of how to build a RESTful API with the Node.js module "Sequelize-restful"

To install:

sudo npm install

Database:

Import the database structure from this file: database.sql Database username and password: server.js

To execute:

sudo node server.js

For more information:

http://www.pabloanaya.com/blog/sequelize-restful-build-rest-api-seconds/