Authors: Chris, Nathan, Maz, Lan.
University Project for SAD Module.
- Install npm
- Install nodejs
- Install Vue.js
Suggested IDE: VSCode
npm install
npm install express sequelize body-parser cors sqlite3 vue-router@4 axios mocha chai chai-http --save-dev
If running front-end development and testing (Vue.js local server)
npm run serve (Runs the vue.js local server for front-end development)
If running the server as a whole (Node, Express, Vue.js)
node server.js (Runs the node server)
npm run build
npm run lint
See Configuration Reference.