sbonias / node-express-mysql-pizza-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node-Express-Mysql-Handlebars-Pizza-App

GitHub license

Table of Contents

Description

A full stack application with a front end implemented with HTML/CSS as well as Handlebars and use of css animations, and a back end implemented with Node.js and Express. The user may enter a pizza of their liking into the input box and create it by simply clicking the submit button at which point the new pizza entry is added into a MySql database and is further displayed under the Pizzas Ordered section. The user may then devour a pizza by selecting the corresponding button, which will move the burger to the adjacent Devoured Pizza section and further update it's status within MySql from a non-devoured to a devoured status.

Deployed Application

Challenges

  • Was unable to implement the create/insert/post functionality of the app will need to spend more time in figuring out a solution for this issue.

Installation Requirements

Run npm init -y to create package.json
Run npm i mysql
Run npm i dotenv
Run npm i express-handlebars
Run npm i nodemon
Run npm i express

Contributing

Sam Bonias

Questions

image

About


Languages

Language:JavaScript 62.5%Language:CSS 16.8%Language:HTML 16.4%Language:TSQL 4.4%