/burger

Primary LanguageJavaScript

Make-A-Burger

Description

This is a basic Full Stack app where the User can click on any burger to "devour" it and send it to the Eaten side of the screen.
The User can also create a new burger to add to the Uneaten list.

Installing

To run the application locally, first clone this repository with the following command:
git clone https://github.com/maudem/burger.git
Navigate into the git and install the application dependencies using:
npm install
Run the node server locally with:
node server
Now, open the application in your browser on port 8080 : URL: http://localhost:8080/.

Mmmm...Burgers!

Demo

Click Here to use the app online.

DEMO


## Techs Used Front End: HTML/CSS, some Javascript, Handlebars
Back End: Node.js, MySQL,