Daggerpov / Spawn-App-Back-End

Back-end REST API for the Spawn mobile app, written in Java Spring Boot, and connected to a MySQL database.
Other
2 stars 0 forks source link

added junction table between two users and a friend tag id, based on … #29

Closed Daggerpov closed 2 days ago

Daggerpov commented 2 days ago

Implemented the junction table as we discussed, with the two user ids and a friend tag id

image