/Burger

Burger logger with MySQL, Node, Express, Handlebars and a homemade ORM (yum!).

Primary LanguageJavaScript

Burger

Burger logger with MySQL, Node, Express, Handlebars and a homemade ORM (yum!).

Homework-11 Eat-Da-Burger! App

Lets go to Burger App

Summary

  • This project emphasizes the use of using MySql, express, express-handle bars to dynamically update a tracking app

This project has the following features:

  • An Server JS document
    • This provides the logic for the client side of the app, in this case, it used the backend through Node JS.
  • DB Folder
    • Contains a .SQL files for the Burger database and the Seed file with database values
  • Package.JSON
    • JSON and NPM packages and dependencies

Psuedo code:

  • 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.
  • Your app will store every burger in a database, whether devoured or not.

This project has script features of:

  • Variable declaration area with required entry points
  • express-handlebars templates
  • GET, POST, PUT call back functions
  • Functions for populating tables

This project features responsive design

Has responsive layout for:

  • N/A

To Execute File:

Open in browser