Skip to content

bessygmartinez/Good-Burger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍔 Good Burger - Burger Log

Created: January 2020


ABOUT GOOD BURGER - BURGER LOG

Good Burger - Burger Log is a burger logger made with Node, Express, Express Handlebars, Body Parser, and JawsDB via Heroku using MySQL. The app is deployed on Heroku. The deployed app demo can be found here.

The app makes use of html templates with the help from Express Handlebars. The Model–View–Controller (MVC) pattern is used for the structure of the file setup and script content. A rudimentary Object-Relational Mapping (ORM) technique is used to tie the database usage and conroller script to manage the routing. Additional router action is handled via another script file (burgers.js).


SITE PREVIEW

The Homepage

When the user accesses the page, the following will appear: alt text

➕ Adding A Burger

The user can add a burger name by entering the name in the textbox and clicking "Add." The new burger name will appear on the left-hand column. alt text

🍴 Eat A Burger

If the user clicks on "Eat," the burger they have chosen to eat will appear on the right-hand column as eaten. alt text

❗ Burger Name Not Entered

If the user does not enter a burger name to add, a modal will pop up to notify them to enter a burger name to add: alt text


TECHNOLOGIES USED