Skip to content

Eat-Da-Burger! is a restaurant app that lets users input the name of burgers they'd like to eat. Utilizes the MVC model and MySQL.

License

Notifications You must be signed in to change notification settings

denzgrant/Eat-Da-Burger-

Repository files navigation

Eat-Da-Burger!

Eat-Da-Burger! is a restaurant app that lets users input the name 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. This app will store every burger in a database, whether devoured or not.
Demo: https://drg-eat-da-burger.herokuapp.com/

demogif

Table of Contents

Installation

  1. Clone this repository.
     git clone https://github.com/denzgrant/Eat-Da-Burger-.git
    
  2. Install Nodejs dependencies.
     npm install
    
  3. In the root directory of the project, start the app.
     node server.js
    

Usage

If you ever want to create a wishlist or a tracker of what hamburgers you want to or have eaten, feel free to use.

License

Licensed under the MIT

Contributing

Anyone is free to contritbute to this project. Feel free to add on.

Questions

Any questions regarding this project, contact [email protected] directly.

git hub profile picture

About

Eat-Da-Burger! is a restaurant app that lets users input the name of burgers they'd like to eat. Utilizes the MVC model and MySQL.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published