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.
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.
- Express
- Express-Handlebars
- Sequelize
- Node
- CSS Flexbox
Future development of burger will include data input validations for text legnth, and infinate scrolling for the devoured burgers section.