edatez / Burger

An app that lets users input the names of burgers they'd like to eat.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Burger App

An app that lets users input the names of burgers they'd like to eat. Submit burgers to devour and devour them by clicking the "Devour!" button. It uses MySQL, Node, Express, Handlebars. Screenshot from the Burger App.

Deployed Application:

https://secret-hollows-21666.herokuapp.com/

To Start:

This interactive app's functionality can be tested in a local environment, first create the burgers_db database and its table using MySQL. A schema and seeds file can be found in the db directory. Then, enter your own password into the connection.js file. Finally, run node server.js to create a connection and access the web page from localhost:8080.

About

An app that lets users input the names of burgers they'd like to eat.


Languages

Language:JavaScript 49.9%Language:HTML 42.4%Language:CSS 7.7%