An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Sequelized Burger App
![alt text](public/assets/burger.PNG)

## 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.