ingridhoffman / Eat-De-Burger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eat-De-Burger

Homework 13: MySQL, Node, Express, Handlebars

Fun web interface that allows users to imagine and (virtually) devour their own uniquely tasty hamburgers. This Node based app follows MVC design pattern and utilizes MySQL, Express, and Handlebars.

User Story

AS A lover of hamburgers
I WANT a webpage that lets me enter unique burger ideas
SO THAT I can (virtually) devour them

Acceptance Criteria

GIVEN that I am a unique gourmet hamburger lover
WHEN I start the server and go to the main application page in my browser
THEN I see a nicely styled page with an input text box and submit button

WHEN I type in the name of a burger and hit submit
THEN the burger appears on the left side of the page with a unique ID number and a button to Devour It!

WHEN I click the Devour It! button
THEN the burger moves to the right side of the page

WHEN burgers have been submitted
THEN they will remain in the database even after they are devoured

Usage

https://eat-de-burger.herokuapp.com/

Credits

Project requirements provided by:

© 2019 Trilogy Education Services, a 2U, Inc. brand. All Rights Reserved.

About


Languages

Language:JavaScript 59.9%Language:HTML 28.3%Language:TSQL 6.9%Language:CSS 4.9%