Skip to content

kimberlycase91/burger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eat-Da-Burger

A "burger logger" which utilizes MySQL, Node, Express, Handlebars, and a homemade ORM to perform CRUD operations from the browswer.

What does it do?

The user can type in the the name of any burger they would like to eat, and it will be added to the list of burgers available. Each burger has a "devour it" button, upon clicking, the burger is 'eaten' and moved to the right side of the page.

How does it work

When a user types in a type of burger, the burger is added to the database, the page updates, and it is displayed on the left side of the page with a "devour it" button using handlbars. When a user clicks the "devour it button" the burger is removed from the list and added to the 'devoured' list, by updating a boolean value of the item in the database.

Try it out!

Click Here

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors