Skip to content

debbie-nguyen/spooktacular-database

Repository files navigation

CS 340 Spooktacular Database

Basic Node.js, Express, MySQL CRUD project with Handlebars templating.


Citations

Most of the code structure was our own work, but we did check up many references along the way to work out various issues, as listed below. The CSS is original and is not copied.

SQL

  • Title: 'Exists' SQL syntax to return a boolean as to whether a parent row has any child rows.

    • Date Accessed: 12 Nov 2023
    • Based on: https://stackoverflow.com/a/58886829
    • Degree of originality: Implemented the same way, just with different entity names and attributes to suit our DB.
    • Author: GMB
  • Title: YEAR(CURDATE()) syntax to get rows in AdmissionPrices where year matches the current year.

    • Date Accessed: 28 Nov 2023
    • Based on: https://stackoverflow.com/a/27745487
    • Degree of originality: Implemented the same way, just with different entity names and attributes to suit our DB.
    • Author: John Conde

Handlebars

Misc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published