Skip to content

This appi s a burger logger with MySQL, Node, Express, Handlebars and an ORM

Notifications You must be signed in to change notification settings

kinziva/burgerHandleBars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

burgerHandleBars

Description

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.

  • Below is an example of the application screenshot Yummy Burgers - Screenshot

Directory structure

.
├── 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

Table of Contents

  • Title

  • Description

  • Directory structure

  • Table of Contents

  • Questions

  • Urls

Questions

Contact with me with any questions : GitHub

Urls

About

This appi s a burger logger with MySQL, Node, Express, Handlebars and an ORM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published