Skip to content

Latest commit

 

History

History
42 lines (37 loc) · 1.24 KB

File metadata and controls

42 lines (37 loc) · 1.24 KB

Creating a webapp with a relational database backend

Description

In late 2023 Edward Fitzgibbon and I made a website which was a mock adoption page for Mythical Beasts. Of the few projects I've done in my undergraduade CS courses, this assignment was one of the most enjoyable ones I participated in during my undergraduate work.

What I learned as part of the project

  • NodeJS
  • Handlebars
  • MySQL
  • PHP

Project DDL:
Disk Sanitization Steps

Project DML:
Disk Sanitization Steps

Example from the handlebar pages:
Disk Sanitization Steps

Example from the app.js:
Disk Sanitization Steps

Aside from designing the application itself, I also had to work on setting up the application as a service and hosted it from a local machine as part of the course.