https://github.com/bradydouthit/sequelizedburger
Heroku link: https://floating-depths-75632.herokuapp.com/ A simple app utilizing Sequelize to build the database structure and make queries.
https://github.com/bradydouthit/sequelizedburger
Last synced: 18 days ago
JSON representation
Heroku link: https://floating-depths-75632.herokuapp.com/ A simple app utilizing Sequelize to build the database structure and make queries.
- Host: GitHub
- URL: https://github.com/bradydouthit/sequelizedburger
- Owner: BradyDouthit
- Created: 2019-08-21T15:39:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T02:45:56.000Z (over 2 years ago)
- Last Synced: 2025-02-18T01:41:55.052Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 150 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sequelized Burger App
## Deployed Heroku link: https://floating-depths-75632.herokuapp.com/
## Tools Used
MySQL, Sequelize, JavaScript, HTML, and CSS.## What can it do?
Well, it is a simple app I developed to show my understanding of creating entries in a database and updating them, all with a fun and easy to use front-end. In the app, you can "make" and "devour" burgers and they will swap positions based on whether or not they have been eaten.## Future Updates
I would like to add a simple function to delete old burgers that have been devoured. I would also like to make the UI a little more clean.