You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Project DML:
Example from the handlebar pages:
Example from the app.js:
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.