/burger

Eat-Da-Burger! is a restaurant app that lets users input the names of burgers they'd like to eat.

Primary LanguageJavaScript

Eat-Da-Burger 🍔

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, your 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.

  • The app will store every burger in a database, whether devoured or not.


Features 💻

  • HTML
  • MySQL
  • Node JS
  • Handlebars
  • ORM
  • CSS

It follows the MVC design pattern; with Node and MySQL to query and route data in my app, and Handlebars to generate the HTML.


Burger Structure

  • 📁 config
    • 📄 connection.js
    • 📄 db.config.js
    • 📄 orm.js
  • 📁 controller
    • 📄 burgers_controller.js
  • 📁 db
    • 📄 schema.sql
    • 📄 seeds.sql
  • 📁 models
    • 📄 burger.js
  • 📁 public
    • 📁 assets
      • 📁 css
        • 📄 burger_style.css
      • 📁 img
        • 📄 bg.jpg
        • 📄 blackwhite.png
        • ⭐ burger-icon-png-13.jpg
  • 📁 view
    • 📁 layouts
      • 📄 main.handlebars
    • 📄 index.handlebars
  • 📄 .gitignore
  • 📄 README.md
  • 📄 package-lock.json
  • 📄 package.
  • 📄 server.js

🌎 https://frozen-cove-06891.herokuapp.com/

Guten Appetit! (means: 'Enjoy!')