APopp524 / Eat-Da-Burger-App

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eat - Da - Burger App

This app is all about eating burgers, yes, that's right! You'll create a burger logger with MySQL, Node, Express, Handlebars and a homemade ORM (yum!). Be sure to follow the MVC design pattern; use Node and MySQL to query and route data in your app, and Handlebars to generate your HTML. Eat-Da-Burger! is a restaurant app that lets users input the names of burgers they'd like to eat.

Technologies That Were Used

Heroku | Express.js | Node.js | MySQL | JavaScript | JQuery | Bootstrap | CSS | HTML

Live Demo

The demo of the application can be found here.

Directions

To run the application locally, first clone this repository.

Next, install the application dependencies.

npm install

Finally, run the node server locally.

node server

Now, open the local application on port 8080 at the URL: http://localhost:8080/.

Screenshots

pic 9 14 42 PM

pic2

About

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

License:MIT License


Languages

Language:JavaScript 60.5%Language:Handlebars 23.3%Language:CSS 16.1%