This is a simple app that highlights the Sequelize CRUD ability of server/client communication. A user can add a new item to the database and then later update that item. The program also uses boolean values to determine where eat database item should appear on the page. The dynamic HTML elements were created using Handlebar templating.
Link to GitHub repository: https://github.com/BestBroBradley/unit-14-homework
Link to deployed Heroku site: https://protected-reef-60040.herokuapp.com/
Version 1.0
-Create new hamburger to put in the "Available Burgers" section -Render the hamburger table into either the "Available Burgers" section or the "Devoured Burgers" section -Update each hamburger to indicate it has been eaten -Remove burger (future functionality)
jQuery https://jquery.com/
Mysql https://www.npmjs.com/package/mysql
Express https://www.npmjs.com/package/express
Express-handlebars https://www.npmjs.com/package/express-handlebars
Sequelize