Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 650 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 650 Bytes

UndeadBurger

Zombie- and burger-themed item sorter made via JavaScript, CSS, HTML5, Handlebars, SQL, and Sequelize.

The initial version of this project was done in about 4 hours with modifications to this program to have it work properly on Heroku taking days.

Heroku Link: https://gec-undeadburger.herokuapp.com/

These technologies were used:

-HTML, CSS, and JavaScript: Scripting and foundation.

-MySQL: Storing data into an SQL database.

-Sequelize: Interfacing between JavaScript and MySQL.

-Node.JS: Testing and running the website locally.

-Handlebars: Aiding the front end's view components.

-Express: Handle program's routing.