In this assignment, 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.
- This is a burger logger using MYSQL, Node, Express, Handlebars, and a homemade ORM.
- Will follow the MVC design pattern.
- Single Page app that will display current burgers in the database on the DOM.
- The user can input a burger to add it to the database
- Once the user clicks submit the burger shows up on the left side of the screen with an adjacement button to "Devour it"
- If the user clicks "Devour it", the burger is removed from the left side of the screen and appears on the right and gray out
- The user can then create a new burger or devour a currently available one.
- HTML
- Javascript
- Node.js
- Express.js
- Handeblars
- ORM
- Heroku
- Express
- Method-Override
- Body-parser
- None
- Darren Smith
- None
- None