To get running:
- Install node.js v6.x
- Check version 'node --version'
- Check if npm is installed 'sudo npm install -g'
- Clone repository and navigave to it
- Run 'npm install' to download dependencides
- Run 'node index.js' to begin server
- Run MySQL local MySQL server and execute model query
- Change "Password" in Line 15 of index.js to password used in your server
- Website visible at: http://localhost:8080