Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 980 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 980 Bytes

Crispyroll

Project Title: Crispyroll
Camille Kyna Gonzales, Jennifer Trainor

Link: https://crispyroll-dccbbd0aae2c.herokuapp.com/index

Entities:

All CRUD steps are fully functioning on all entities.

  1. Users
      - When DELETEing a user, records of animes associated with that user are deleted from the intersection table (M:N relationship)
  2. Animes
      - Dynamic dropdown for Studios when UPDATEing
  3. Studios
  4. Ratings
      - Able to set user_id FK to NULL with UPDATE (NULLable relationship)
      - Dynamic dropdown for Users and Animes when CREATEing, and for Users when UPDATEing
  5. Users/Animes
      - M:N intersection table between Users and Animes
      - DELETEing from this table does not affect related tables
      - Dynamic dropdown for Users and Animes when CREATEing, and for Animes when UPDATEing

Technologies used:

  • Node.js
  • Handlebars
  • Javascript
  • SQL
  • Express
  • CSS