Skip to content

emilyedalton/sequelizedBurger

Repository files navigation

sequelizedBurger

Burger is a data-persistient, full stack application utilizing an MVC architecture and CRUD functionalities. Internal representations of the application's data are handled using sequelize models and the handlebars view engine is used to present that information to the user.

CRUD

Burger performs three out of the four basic functions of persistient storage.

  • Reads data from a mySQL database and renders it on screen.

  • Creates data when users 'make their own burger' in the text input box.

  • Updates data by changing the item's 'devoured' status from true to false.

Technologies Used

Dirctions for future development

Future development of burger will include data input validations for text legnth, and infinate scrolling for the devoured burgers section.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published