Node.js \n postgreSQL \n npm
start and setup postgreDb
update the /db/config/config.json
file accordingly
run following commands:
$ npm install
$ sequelize db:migrate
$ sequelize db:seed:all
$ npm start
open your browser on url http://localhost:8080/#!/