Experiment with Express.JS and Sequelize.JS, with help from Angular.JS in the frontend.
- 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