Use mysql with express.js

prerequisite: Make sure you had mysql-server running first

install the node-modules

npm install

Run the migrate file for creating the database or create it manually

a hint for migrating a sql file

Finally run the server

nodemon index.js