Wechat Wecat
1.0.0
1. Log in
2. Register
3. Retrieve password
4. Registration is successful, select avatar
5. Main panel
6. Add friends
7. Friend information panel
8. Send messages and files
9. Multi-function panel, send emoticons
10. Personalized settings menu
11. Administrator page, user information
12. Query all chat records
13. Chat history details
14. API documentation
- server is the server
- public is a static file
- db is the MongoDB export backup
- src is the project folder
- Clone the project
git clone https://github.com/imzusheng/Wecat.git
- cd project root directory, install dependencies
npm install
- Run service
npm run serve
- cd ./server, and then install the server dependencies
npm install
- Import the database
mongorestore -d wecat ./db
- Run the server
npm run dev
userID: [email protected]
password: a123456