First initalize a Node.js project using...
npm init -y
Install requried dependencies...
npm install express express-handlebars mysql
In the db-connector.js file, replace the values in user, password, and database
with your MySQL credientials.
Then simply run "node app.js" to start server. Visit app at http://localhost:9353