ankan-withadream / kiGo

Go server to interact with people's feelings and help them feel better :)
https://ki-go.vercel.app
0 stars 1 forks source link

Need to create data models for db tables #22

Open ankan-withadream opened 5 months ago

ankan-withadream commented 5 months ago

We need db models to access db tables through GORM

Currently models should be ( in my assumption), User ( userid, username, ... As needed by third-party auth library)

User profile ( userid, username, gender, age, family background, friends background, anything else )

Chats ( chatid, chat )