Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/claire-labry/eat-da-burger
https://github.com/claire-labry/eat-da-burger
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/claire-labry/eat-da-burger
- Owner: claire-labry
- Created: 2020-04-30T18:53:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T15:41:17.000Z (about 2 years ago)
- Last Synced: 2024-10-31T06:41:56.543Z (about 2 months ago)
- Language: JavaScript
- Size: 5.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BURGERZ
BURGERZ is an app that allows a user to insert a burger favorite and have the option to devour it.
This app is a simple full-stack product that incorporates front- end with the back-end. There are three burgers that were fed into mySQL that allowed the demonstration of the burgers appearing on the app. In order to construct this app, HTML and CSS were used with the foundational help of Handlebars as a templating language.
# Live Link
https://dry-coast-75669.herokuapp.com/
# How to Use
FRONT END: Users can insert a burger and have the option to click 'Devour It!' and once clicked, the burger will appear under the 'Devoured Burgers' section. The burgers data is being actively tracked through mySQL database.
BACK END: Users can git clone the repo and npm install the node packages and run the node server locally. This result will create the PORT link for the user to use.
# Technologies Used
* Javascript
* node.js
* Express.js
* HTML/CSS
* dotenv package
* mySQL
* Handlebars
* JawsDB add-on