Skip to content

An application to display eaten, or to-be-eaten burgers by using handlebars.

Notifications You must be signed in to change notification settings

banuakman/Eat-Da-Burger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eat-Da-Burger !

License: MIT

Table of Contents

Description

Eat-Da-Burger Application logs burgers entered and devoured by the user. The technologies used include Node, Express, Handlebars, MySQL, and ORM. It is depoyed on Heroku using a JAWSDB MySQL database.

Installation

Entire application is deployed to Heroku.

https://nextburger.herokuapp.com/

To Use Locally;

  1. Be sure that "node.js" is installed to your local machine. (see offical website for installation)
  2. Clone this repo and open that folder in terminal.
  3. Install npm packages by running
    npm init -y
  4. Install npm modules; mysql, express, express-handlebars :
    npm install mysql express express-handlebars
  5. Start the server
    node server
  6. Open your browser and go to http://localhost:8080/,

Usage

The following image show the web application's appearance and functionality: Add a new Burger, Devour a Burger, Re-Order A Burger

Questions

If you have any questions, please send an email to banu@breative.net or reach me through https://github.com/banuakman

https://banuakman.github.io/BanuAkman-Portfolio/

About

An application to display eaten, or to-be-eaten burgers by using handlebars.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages