Skip to content

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

Notifications You must be signed in to change notification settings

gcloud11/Eat-Da-Burger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eat-Da-Burger

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.

Eat-da-🍔 here!

Technologies

Installation

- 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

Visuals

Eat-Burger!

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published