A Vue.js project
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# server at localhost:3000
npm run server
For a detailed explanation on how things work, check out the guide and docs for vue-loader.
INSTALLATION Create a database named 'test' in your local MySQL database. (host: 'localhost', port: '3306', database: 'test'). Create tables using the database strucutre documented in the dissertation. Set user: 'root', password: 'root'.
STRUCTURE EXPLANATION Most content was automatically generated by vue-cli webpack, except src and server. src folder is for front-end, server foler is for back-end