jaredseefried / Eat-Da-Burger

This is a burger logger using MySQL, Node, Express, Handlebars and a homemade ORM. The development architecture follows the MVC (Model View Controller) design pattern. Using Node and MySQL, we query and route data in the app and Handlebars to generate the HTML.

Home Page:https://eat-da-burger-mvc-mysql.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eat-Da-Burger - MVC Design Pattern


Eat-Da-Burger

Table of Contents

Description

This is a burger logger using MySQL, Node, Express, Handlebars and a homemade ORM. The development architecture follows the MVC (Model View Controller) design pattern. Using Node and MySQL, we query and route data in the app and Handlebars to generate the HTML.

  • Eat-Da-Burger! is a restaurant app that lets users input the names of burgers they'd like to eat.

  • Whenever a user submits a burger's name, your app will display the burger on the left side of the page -- waiting to be devoured.

  • Each burger in the waiting area also has a Devour it! button. When the user clicks it, the burger will move to the right side of the page.

  • The app will store every burger in a database, whether devoured or not.

Installation Requirements

Express: http://expressjs.com/

MySql: https://www.npmjs.com/package/mysql#install

Handlebars: https://www.npmjs.com/package/express-handlebars

License

none

Have Questions?

Please email me at jared.seefried@yahoo.com if you have additional questions.

About

This is a burger logger using MySQL, Node, Express, Handlebars and a homemade ORM. The development architecture follows the MVC (Model View Controller) design pattern. Using Node and MySQL, we query and route data in the app and Handlebars to generate the HTML.

https://eat-da-burger-mvc-mysql.herokuapp.com/


Languages

Language:JavaScript 68.5%Language:Handlebars 21.9%Language:CSS 9.6%