Team-Champs / imgnation

An Instagram remake
MIT License
0 stars 0 forks source link

Design Database #12

Open fredad opened 6 years ago

verickson commented 6 years ago

Info for the db to be created

User: ID First Name Last Name Email - Unique Password User Image Link [not required] Following - array [not required] Followers - array

Post: Img Link Description - 150 Characters Tags - array of tag id - foreign key

Comments: Body - 150 characters post ID - foreign key User ID - foreign key

Tags: Body ID - unique

verickson commented 6 years ago

This is done on my local. Need permissions to push up.