Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 648 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 648 Bytes

Songbooker

A web application for managing a song book

  • Frontend : Vue.js (2.9.6) + Vuetify.js (1.1.4)
  • Backend : Express.js (4.16.3)
  • Database : Sequelize (4.38.0)+ SQLite3 (4.0.0)
  • Node.js v10.6.0

Main dependencies :

  • npm install -save nodemon eslint
  • npm install -g vue-cli
  • npm install --save vuex-router-sync
  • npm install --save vuex
  • npm install --save vuetify
  • npm install --save sqlite3@3.1.8
  • npm install --save sequelizejs sqlite3@3.1.8
  • npm install --save sequelize
  • npm install --save jsonwebtoken
  • npm install --save joi
  • npm install --save bluebird
  • npm install --save bcrypt-nodejs
  • npm install --save axios