shadysaleh01 / Burger

app that lets users input the names of burgers they'd like to eat then update it's status or delete it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eat-Da-Burger!

Table of Contents

Description

Created a restaurant app that lets users input the names of burgers they'd like to eat. Whenever a user submits a burger's name, the app will display the burger on the top list of the page waiting to be eaten. Each burger in the waiting area also has an Eat Me! button. When the user clicks it, the burger will move to the bottom list of the page. This app will store every burger in a database, whether eaten or not.

Languages and Tools:

Visual Studio Code

HTML5

CSS3

JavaScript

Node.js

SQL

MySQL

Git

GitHub

Terminal



Installation

To install necessary dependencies, run the following command:

npm install | install mysql | install express | install express-handlebars

Usage

Burger logger created by using MySQL, Node, Express, Handlebars and a homemade ORM.

Tests

To run tests, run the following command:

npm run start

Questions

If you have any questions about the repo, contact me directly at my Email. You can find more of my work at my GitHub.

About

app that lets users input the names of burgers they'd like to eat then update it's status or delete it


Languages

Language:JavaScript 73.7%Language:Handlebars 20.8%Language:CSS 5.6%