Burger logger with MySQL, Node, Express, Handlebars and a homemade ORM (yum!).
- This project emphasizes the use of using MySql, express, express-handle bars to dynamically update a tracking app
- 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
- 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.
- Variable declaration area with required entry points
- express-handlebars templates
- GET, POST, PUT call back functions
- Functions for populating tables
- N/A
Open in browser