Steam Library Database

Single page web application access to a MySQL database.

Technologies: Javascript, Node, Express, MySQL, Handlebars

This was the final project for my Intro to Databases course. The assignment required thorough database design with multi-propertied entities and a variety of relationships modeled, complete ER Diagram and Schema, moderately complex CRUD functionality, and backend database management.

MySQL was used for the database, Handlebars for the template engine, and Node.js for the backend.