Burger Time!
Overview
This full-stack application is a burger eating machine! The user can log their own burger in the "build your burger" section:
That updates the mySQL database live:
and lists the burger under the "Burgers" section:
The user can also choose to devour that burger:
That updates the "devoured" value to 1 (true) in the mySQL database:
Try it on mobile as well:
Languages/Technologies Used:
- HTML, CSS, Javascript
- MySQL (Sequel Pro)
- Node
- Express
- Handlebars
- ORM
- MVC design pattern
- method-override npm
- body-parser npm
- JawsDB to connect database to Heroku -- Check out my article on how to do this: https://medium.com/@granada.lauren/setting-up-your-heroku-site-with-jawsdb-using-sequel-pro-5af8c6cc0f9f







