/burger

A full stack application that allows users to input new burger types and indicate whether or not the burger has been consumed.

Primary LanguageJavaScript

Eat-da-Burger!

Eat-da-Burger is a burger logger application built with MySQL, Handlebars, and a custom made ORM.

How it Works

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.

NPM Packages Required

  • express
  • body-parser
  • method-override
  • mysql
  • express-handlebars

Screenshot

Eat-da-Burger Screenshot