kpegeder / burger

A burger logger with MySQL, Node, Express, Handlebars and a homemade ORM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Burger

License Badge

Links

Deployed URL: http://kp-burger.herokuapp.com/

Github Code URL: https://github.com/kpegeder/burger

Description

The application is a MVC design pattern to create a burger logger. It allows the user to create, move and delete an burger without having to leave the page. The burgers are stored in a database on Heroku or locally.

Table of Contents

Installation

To install necessary dependencies, run the following command:

npm install

Usage

Instructions to use the program are shown below

  1. Use the Add Burger button top populate the section of Burgers to EAT
  2. Click the EAT DA BURGER to move the burget to the Burgers EATEN
  3. Click EAT ANOTHER BURGER to move a burger back to to Burgers to Eat
  4. Click the X to delete a burger

Top of Web Page Bottom of Web Page Demo

Test

To run tests, run the following command:

npm test

Contributing

Kalen Pegeder

License

Licensed under the MIT license.

Questions

If you have any additional questions about the applictaion, you can contact through email. You can see more of my work on GitHub.

About

A burger logger with MySQL, Node, Express, Handlebars and a homemade ORM

License:MIT License


Languages

Language:JavaScript 68.9%Language:Handlebars 20.9%Language:CSS 10.2%