Skip to content

orusaish/Eat-Da-Burger

Repository files navigation

Eat-Da-Burger

Overview

This app uses Handlebars, MySQL, Node, Express, and a homemade ORM to create a burger logger. I followed the MVC design pattern and Node to Query the route data for the app. Handlebars was used to generate all of my 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, the 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 with customer.

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

Eat-The-Burger is deployed to Heroku : https://young-forest-38187.herokuapp.com/

Instructions

Type a burger name into the app and add it. - Burger will be added to the "Burgers Available to Eat" section of the page.

SS1

SS2

SS3

Select a burger you would like to Devour from the "Burgers Available to Eat List". - Burger will be moved to the "Burgers That Have Been Devoured" section of the page.

SS4

NPM Packages:

npm install express - https://www.npmjs.com/package/express npm install body-parser - https://www.npmjs.com/package/body-parser

Technologies Used:

  • nodeJS
  • Javascript
  • Express
  • Handlebars
  • MySQL
  • HTML
  • Jquery
  • CSS

Prerequisites:

Node.js - Download the latest version of Node https://nodejs.org/en/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published