Eat-Da-Burger! is a fun gaming restaurant app that lets users input the names of burgers they'd like to eat. Whenever a user submits a burger's name, this 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.
- Handlebars.js - Handlebar templates
- Express.Js - node.js framework
- MySQL - Back-end database
- NPM - Dependency management
- To run the application locally, first clone this repository with the following command.
- git clone [email protected]:angrbrd/eat-da-burger.git
- Next, install the application dependencies.
- NPM install
- Finally, run the node server locally.
- Node server
- Now, open the local application on port 4040 at the URL: http://localhost:4040/
- Enjoy your burger!
Git clone repositiory to local machine:
HTTPS:
git clone https://github.com/gcloud11/Eat-Da-Burger.git
SSH:
git clone [email protected]:gcloud11/Eat-Da-Burger.git
NPM Install:
npm i
Open integrated terminal in server.js file:
node server.js
This connects to PORT 4040 for application use. Type in webpage url:
localhost4040