Skip to content
/ burger Public
forked from CazB67/burger

A burger logger with MySQL, Node, Express, Handlebars and a homemade ORM (yum!).

License

Notifications You must be signed in to change notification settings

raed-ra/burger

 
 

Repository files navigation

Eat-Da-Burger

A burger logger app with MySQL, Node, Express, Handlebars and a homemade ORM (yum!).

Description

Last Commit Top Language GitHub repo size

The task was to create a burger logger with MySQL, Node, Express, Handlebars and a homemade ORM following the MVC design pattern; and using Node and MySQL to query and route data, and Handlebars to generate HTML.

Eat-Da-Burger! is a restaurant app that lets users input the names of burgers they'd like to eat. Whenever a user submits a burger's name, the 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. There is also a 'Throw it up!' button which when clicked moves the burger back to the left hand side ready to be eaten again. The app stores every burger in a database, whether devoured or not.

Table of Contents

  1. Installation
  2. Usage
  3. Technologies
  4. Credits
  5. Contributing
  6. Licence

Installation

If running the project from localhost:

  1. npm init to install package.json
  2. npm install MySql, npm install express and npm install express-handlebars (required dependencies)
  3. In the terminal run node server.js
  4. Open browser at the linked port
  5. See GIF below for how to use

If running the project from Heroku:

  1. Click on deployed link below and use according to the GIF below.

Usage

The URL of the git hub repository is https://github.com/CazB67/burger

The URL of the deployed application is https://blooming-chamber-66556.herokuapp.com/

The following GIF shows the application's functionality and how to use.

Technologies

NPM, Node js, Inquirer, mySQL

Credits

  • Team at UWA Coding Bootcamp

Contributing

Contributor Covenant

License

License

About

A burger logger with MySQL, Node, Express, Handlebars and a homemade ORM (yum!).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.6%
  • HTML 33.0%
  • CSS 4.8%
  • TSQL 1.6%