Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 316 Bytes

File metadata and controls

9 lines (8 loc) · 316 Bytes

Express.JS - Sequelize.JS

Experiment with Express.JS and Sequelize.JS, with help from Angular.JS in the frontend.

HowTo

  • install all the dependencies using npm install
  • create sqlite file using touch data.sqlite
  • build the frontend code using gulp
  • run node index.js
  • visit http://localhost:8000