/Eat_Dat_Burger

Primary LanguageJavaScriptMIT LicenseMIT

Burger

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

Table of contents

Description

This is a restaurant app that lets users input the names of burgers they'd like to eat, then the burger will be displayed in the menu list on the left side of the page, waiting to be devoured. The app was created with MySQL, node.js, and handlebars. The application follows the MVC design pattern.

  • The user enters the burger name and clicks on the add button, it displays the burger on the left side of the page.
  • When the user clicks on the burger from the menu to devour it, the burger moves to the right side of the page waiting to be devoured.

The app stores all the added burgers to the database.

Installation

To run the application in your local machine, first clone the repository with the following command.

git clone git@github.com:stephtomlin86/Burger.git

Next, install the app dependencies. Navigate into the project folder (Burger) and run the following commands.

npm install
   mysql
   express
   express-handlebars
   body-parser

Demo

[Deployed App in Heroku](

Burger eat_dat_burger

License

License: MIT

Technologies Used

The following technologies and tools were used:

  • CSS
  • Handlebars
  • JavaScript
  • Node.js
  • MySQL Workbench

Questions

For any other questions, please send me an email at: tomlin.steph@gmail.com