mikeizbicki / cmc-csci143

big data course materials
40 stars 77 forks source link

Final project clarifications? #562

Open irajmoradi opened 3 weeks ago

irajmoradi commented 3 weeks 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 3 weeks 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.