Skip to content

clarkwtc/mutual-attention-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published