项目作者: Nadia27

项目描述 :
Eat-the-Burger Heroku App... MySQL, Node Express, HandleBars
高级语言: JavaScript
项目地址: git://github.com/Nadia27/Burger.git
创建时间: 2018-03-24T21:22:55Z
项目社区:https://github.com/Nadia27/Burger

开源协议:

下载


Node-Express-Handlebars

Eat-the-Burger

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, the entry will be sent to a MySQL database. The app will the display the burger in the DOM! — 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 “Burgers Devoured” section in the DOM. Once clicked, the Devoured condition will also change for the corresponding burger.

Built With

  • MySQL
  • Handlebars
  • Node Express
  • MVC pattern