Skip to content

A Burger Eatin' Application made with Node.js/Express/MySQL/Handlebars

Notifications You must be signed in to change notification settings

Joshspeakman/Burger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eat-Da-Burger

A Burger Eatin' Application With Node.js/Express/MySQL/Handlebars

Project Description - The user may enter any burger name to add it to the menu. This also adds the new burger entry into the MySQL database. The initial burger entry is added as available on the menu and placed on the left side of the screen. The user may then eat any burger by clicking on it, which moves it into the adjacent column and updates its status accordingly in the database.

Application Heroku Link

The link below will provide access to the Eat-Da-Burger web application using your web browser via the Heroku web service.

Local Environment Setup

To use Eat-Da-Burger web application application from your local environment, you must accomplish the following steps below:

Step 1 - Clone my repo using the command line below.

git clone https://github.com/joshspeakman/Burger.git

Step 2 - Change directory to the cloned repo folder.

cd Burger

Step 3 - Install all required NPM packages.

npm install

Step 4 - Start the application server using the command line below

node server.js

Technology used

Built With

About

A Burger Eatin' Application made with Node.js/Express/MySQL/Handlebars

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published