- install node.js
- install MySQL server and workbench
- edit config.json to set mySQL credentials
npm installto install dependencies- run mySQL_setup.sql from mySQL workbench
- run
node server.json server - browse to 127.0.0.1:8080
issue with MySQL authentication when the server tried to query the database.
- run mySQL_AUTH_FIX.sql from mySQL workbench to fix