Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Latest commit

 

History

History
40 lines (29 loc) · 933 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 933 Bytes

iTalker-Web

The web server of ITalker.

1. APIs

1.1 Account

/login/
/register/
/bind/

1.2 Contact

/editProfile/
/getContact/
/follow/
/search/

1.3 Message

/receiveMsg/

1.4 Group Chatroom

/msgList/
/groupDetail/

2. Services

BaseService: the base class of all services.

AccountService:services for all account information.

UserService:services for all contact information.

MessageService:services for all messages.

GroupService:services for all group chatrooms.

3. Database Pattern

image

4. Web Portal

image image image