mikeizbicki / cmc-csci143

big data course materials
40 stars 76 forks source link

Final project clarifications? #562

Open irajmoradi opened 6 months ago

irajmoradi commented 6 months ago

Is there anything specifically we need to do with the URLs table for the final project? Furthermore is it fine if we just store passwords in plaintext or do we need to implement actual password security stuff?

mikeizbicki commented 6 months ago
  1. The way the routes are written, you only really use 2 tables. The main purpose of the third table is only to give me more options during the final exam for joins.

  2. You may store passwords in plaintext.