Skip to content

A Full Stack App with a MySQL Database, Eat-The-Burger is a restaurant app that allows the user to input the names of burgers they'd like to eat!

Notifications You must be signed in to change notification settings

helenmasch/burger

Repository files navigation

Eat-The-Burger 🍔

Overview

Eat-The-Burger is a restaurant app that allows the user to input the names of burgers they'd like to eat!

When a user submits a burger's name, the app displays the burger on the left side of the page, waiting for it to be devoured.

Link

Tech Used

  • MySQL
  • Node
  • Express
  • Handlebars
  • ORM
  • MVC design pattern
  • HTML
  • CSS
  • JavaScript constructors

Contributor

  • Helen Maschmeyer

Directory structure

.
├── config
│   ├── connection.js
│   └── orm.js
│ 
├── controllers
│   └── burgers_controller.js
│
├── db
│   ├── schema.sql
│   └── seeds.sql
│
├── models
│   └── burger.js
│ 
├── node_modules
│ 
├── package.json
│
├── public
│   └── css
│       └── style.css
│       └── js
│           └── app.js

├── views
│   └── layouts
│       └── main.handlebars
│       └── index.handlebars 
│
├── server.js

About

A Full Stack App with a MySQL Database, Eat-The-Burger is a restaurant app that allows the user to input the names of burgers they'd like to eat!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published