Skip to content

Instantly share code, notes, and snippets.

View HiddenMotives's full-sized avatar

HiddenMotives HiddenMotives

View GitHub Profile
@HiddenMotives
HiddenMotives / app.js
Created August 1, 2017 04:13 — forked from rakawestu/app.js
Node JS and MySQL Example With Pug Templating Engine
var express = require('express');
var mysql = require('mysql');
var app = express();
///
/// Create connection to MySQL database server.
///
function getMySQLConnection() {
return mysql.createConnection({