To run the project:
Run npm install
to install all the dependencies
Run npm start
for a dev server. Navigate to http://localhost:3000/
. You will see express server running message
So for communication with the MySQL database, this express server is using an ORM called SequelizeJs.
So after the user completes the order, user will be sent an email with the order details