Simple NodeJS, MySQL, Express and Handlebar CRUD How to install npm install Setup Database Create database called usermanagement_tut and then import schema.sql and data.sql Run in development mode npm start:dev