/burger

Primary LanguageJavaScript

burger

eat-da-burger Overview Crate a burger application using the MVC model. You have the option to add a burger and then "devouring it" to move it to the devour list. Then you can also delete the burger to clear the DB.

Please use the DB Schema to create the DB to test it locally.

Dependencies express express-handlebars mysql Installation npm i

Click Here for app

eat-da-burger

Crate a burger application using the MVC model. User has the option to add a burger and then "devouring it" to move it to the devour list. Then the user can also delete the burger to clear the DB.

express express-handlebars mysql

Installation

To run this application make sure you have NodeJS installed. Run npm i on the client folder for the front end dependencies and npm i on the root folder to install the back end dependencies. Please use the DB Schema to create the DB to test it locally.

npm i

Information

This was my first application using an ORM and handlebars without a front end. The application is simple but it goes through the entire MVC and CRUD Model.

Challenges

First time using Handlebar to render to the browser was challenging. Understanding the tools and documentation.

APP

Eat that burger