Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 969 Bytes

File metadata and controls

37 lines (21 loc) · 969 Bytes

Eat-Da-Burger Application

This application allows the user to eat any burger they choose and buy more burgers if they are still hungry. They can even add more burgers to the list.

Deployed Application

Click here to access the deployed app on Heroku

Demo

Burger Gif

Burger Example

Specifications For This Application

  • All of the burgers are stored in a database on MySQL.
  • Handlebars is used to create the unique html.

Installation

If you would like to try this application on your own:

  • fork this repo
npm install

npm install mysql

node server.js

Sources