Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 754 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 754 Bytes

MutualAttentionSystem

This system manages users and follows other users, if two users follow each other, they become friends.

This project was developed using different coding languages for Web API.

Golang

Java

System designing diagram

alt text

Table schema

User

key Type
id string
username string
createdAt date

Relationship

key Type
id string
followingId string
fanId string
isFriend boolean
createdAt date