Skip to content
/ burger Public

An app created for bootcamp assignment where user can add a burger name, click eat, and later trash that specific entry. Created an ORM to connect to sql database. Had used handlebars to display data back to html.

Notifications You must be signed in to change notification settings

xiongkb/burger

Repository files navigation

Burger

Deployed version: https://desolate-chamber-92152.herokuapp.com/

This app utilzes ORM, Express, handlebars, sql, and node.js to run. This was created as an assignment for UCB bootcamp class. Looks very basic at first, but it's quite complicated to create with many files and routing. Also learning about CRUD methods with this assignment.

How to Use:

  1. Upon load, enter a burger name you would like to eat.
  2. It will be saved under the "to be eaten" section.
  3. A button with be next to each burger
  4. Upon clicking the "eat" button, it will go under the "devoured" section.
  5. In the "devoured" section, you can trash any burgers to remove it from the list.

Thank you for trying out my app! Notes: Pictures used does not belong to me.

About

An app created for bootcamp assignment where user can add a burger name, click eat, and later trash that specific entry. Created an ORM to connect to sql database. Had used handlebars to display data back to html.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published