Skip to content

This application demonstrates a simple full stack application with a front end implemented with HTML/CSS and elements from the Bootstrap framework and the backend implemented with Node.js and Express. HTML templating is done with the help of Handlebars. The user may enter any burger name to add it to the menu.

Notifications You must be signed in to change notification settings

Soltis13/HerokuBurgerApp

Repository files navigation

HerokuBurgerApp

This is a burger logger with MySQL, Node, Express, Handlebars and a homemade ORM.

Description

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, your 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.
Your app will store every burger in a database, whether devoured or not.

How to Run

Download or clone repository.
"npm Install" to install dependancies.
Ensure working connection to mysql thorugh app or workbench.
Update database password in "configuration/connection.js" .  Default password is "root"
Run schema and seeds to init database.
"npm Run" to start server.js

Version

20180814-R2 Initial Revision

About

This application demonstrates a simple full stack application with a front end implemented with HTML/CSS and elements from the Bootstrap framework and the backend implemented with Node.js and Express. HTML templating is done with the help of Handlebars. The user may enter any burger name to add it to the menu.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published