Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephmarie17/burger
A full-stack application to create and update records in a database; in this case, the records are burgers.
https://github.com/stephmarie17/burger
Last synced: 26 days ago
JSON representation
A full-stack application to create and update records in a database; in this case, the records are burgers.
- Host: GitHub
- URL: https://github.com/stephmarie17/burger
- Owner: stephmarie17
- Created: 2020-01-02T00:05:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T19:56:44.000Z (about 2 years ago)
- Last Synced: 2024-10-22T09:47:31.017Z (2 months ago)
- Language: JavaScript
- Homepage: https://boiling-journey-91315.herokuapp.com/
- Size: 4.56 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# burger
## A burger logger created with mySQL, node, express, and handlebars.### Description
This is a mini restaurant app that allows users to input the names of burgers they'd like to eat, then devour the burgers, and see a list of all of the burgers that they've devoured.### Installation
To install, fork the repo and clone it to your machine. To run the application, you will need:
- Express
- Handlebars
- mySQL- Run npm install in order to install all of the dependencies.
- When initializing your own database, update the config/connection to include your mySQL password, if any.
- Once the database schema is initialized, use node to start the server and start the app.
### Usage
Use the field at the bottom of the page to enter the name of a burger you would like to it. It will appear with a button that allows the user to click it and devour the burger. The devoured burgers will display at the right hand of the screen.![Usage](burger_demo.gif)
Visit the deployed app here: [Eat-Da-Burger](https://boiling-journey-91315.herokuapp.com/)