Skip to content

A quick Sequelize app which tracks a user's hamburger profile.

Notifications You must be signed in to change notification settings

BestBroBradley/hamburger-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hamburger Helper

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.

Screeshot of deployed app

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

FUNCTIONALITY

-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)

THIRD-PARTY PROGRAMS USED

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

About

A quick Sequelize app which tracks a user's hamburger profile.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published