Skip to content

camillegonzales/Crispyroll-app

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •