- Download NodeJS
- Follow these instructions to connect NodeJS to MySQL
- Run
npm install readline
- Run
npm install fs
- Run
npm install http
- Run
npm install mysql
- Edit the config as necessary (to reflect your login for MySQL Server)
- Run
node server.js
while in the project directory1