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

Super262/iTalker-Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages