Eat-da-Burger is a burger logger application built with MySQL, Handlebars, and a custom made ORM.
Simply put, a user will enter the name of a burger they wish to consume. The name will appear on the left side of the screen with an EAT THIS option. Once the user clicks on EAT THIS, the burger will be moved onto the Eaten column. The created burger is stored in a MySQL database and utilizes Express routes as well as an ORM to connect the database to the Node environment.
- express
- body-parser
- method-override
- mysql
- express-handlebars