coding-allies / projects-platform-frontend

She's Coding Projects collaboration platform for womxn in tech.
http://projects.shescoding.org/#/
MIT License
9 stars 59 forks source link

Add Tags and ProjectTags tables #138

Closed wattsUpJaz closed 3 years ago

wattsUpJaz commented 4 years ago

118

Tags table holds known tags and their IDs. ProjectTags tracks the many-to-many relationship between Tags and Projects.

Tested by checking tables using psql:

image

@nurmerey