Run npm install
in the command line
Run npm start
in the command line
Edit these lines in the file config/db.js
const db = mysql.createConnection({
host : '192.168.64.3',
user : 'me',
password : '',
database : 'billing_db',
multipleStatements: true, // do not change
});