Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaymar14/burger
https://github.com/jaymar14/burger
body-parser burger express full-stack handlebars method-override mysql nodejs
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaymar14/burger
- Owner: jaymar14
- Created: 2017-12-24T02:52:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-26T03:50:46.000Z (about 7 years ago)
- Last Synced: 2024-11-14T16:45:01.551Z (3 months ago)
- Topics: body-parser, burger, express, full-stack, handlebars, method-override, mysql, nodejs
- Language: JavaScript
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# burger
In this assignment, you'll create a burger logger with MySQL, Node, Express, Handlebars and a homemade ORM (yum!). Be sure to follow the MVC design pattern; use Node and MySQL to query and route data in your app, and Handlebars to generate your HTML.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.