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?
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.
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?