acucunato / eat-da-burger

Following the MVC design pattern, this application is a burger logger with MySQL, Node, Express, Handlebars and a homemade ORM.

Home Page:https://eatdaburger-acucunato.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eat-Da-Burger

Created during Week 13 of UPenn Coding Bootcamp.

Overview

A burger logger application using MySQL, Node, Express, Handlebars and a homemade ORM. This application follows MVC design pattern; using Node and MySQL to query and route data in the app, and Handlebars to generate HTML.

Utilizing the App

  • View the app: Here

  • User can enter a burger name then click "Add Burger". This also updates the MySQL database with the new burger entry.

  • The burger will be added to the "Burgers to Devour!" section.

  • The user may eat the burger by clicking "Devour It!".

  • The burger will be added to "Burgers Devoured!" section, while also updating its status in the database.

Demo

Eat-Da-Burger

Tech used

  • HTML
  • CSS
  • Bootstrap
  • Javascript
  • Handlebars
  • Node.js
  • Express.js
  • MySQL Database

Contributers

  • Alyssa Cucunato

About

Following the MVC design pattern, this application is a burger logger with MySQL, Node, Express, Handlebars and a homemade ORM.

https://eatdaburger-acucunato.herokuapp.com/


Languages

Language:JavaScript 68.4%Language:HTML 25.8%Language:CSS 3.0%Language:TSQL 2.7%