This appis a burger logger with MySQL, Node, Express, Handlebars and an ORM
-
Yummy Burgers! 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, app will display the burger on the left side of the page -- Ready to eat!
-
Each burger in the waiting area also has a
Lets eat!
button. When the user clicks it, the burger will move to the right side of the page. -
App will store every burger in a database, whether devoured or not.
.
├── config
│ ├── connection.js
│ └── orm.js
│
├── controllers
│ └── burgers_controller.js
│
├── db
│ ├── schema.sql
│ └── seeds.sql
│
├── models
│ └── burger.js
│
├── node_modules
│
├── package.json
│
├── public
│ └── assets
│ ├── css
│ │ └── burger_style.css
│ │ js
│ │ └── burgers.js
│ └── img
│
│
├── server.js
│
└── views
├── index.handlebars
└── layouts
└── main.handlebars
└── partials
└──burgers
└── burger-block.handlebars
-
Title
-
Description
-
Directory structure
-
Table of Contents
-
Questions
-
Urls
Contact with me with any questions : GitHub
- Repository Repository URL
- Heroku Repository URL