This app is all about eating burgers, yes, that's right! You'll create a burger logger with MySQL, Node, Express, Handlebars and a homemade ORM (yum!). Be sure to follow the MVC design pattern; use Node and MySQL to query and route data in your app, and Handlebars to generate your HTML. Eat-Da-Burger! is a restaurant app that lets users input the names of burgers they'd like to eat.
Heroku | Express.js | Node.js | MySQL | JavaScript | JQuery | Bootstrap | CSS | HTML
The demo of the application can be found here.
To run the application locally, first clone this repository.
Next, install the application dependencies.
npm install
Finally, run the node server locally.
node server
Now, open the local application on port 8080 at the URL: http://localhost:8080/
.