https://github.com/stephenlyz/easychat
Chat makes easy
https://github.com/stephenlyz/easychat
mongodb nestjs react socket-io
Last synced: about 1 year ago
JSON representation
Chat makes easy
- Host: GitHub
- URL: https://github.com/stephenlyz/easychat
- Owner: stephenLYZ
- Created: 2016-07-11T07:27:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-02-14T21:45:28.000Z (over 3 years ago)
- Last Synced: 2025-03-25T10:05:51.854Z (about 1 year ago)
- Topics: mongodb, nestjs, react, socket-io
- Language: TypeScript
- Homepage:
- Size: 496 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EasyChat
> Yet another chat app.
## Features
https://user-images.githubusercontent.com/11830681/218870145-02b86ec4-261c-49a2-9cb6-507da0abee6c.mov
## Getting started
> 注意启动 mongoDB
```
// 运行服务端
cd server && npm run start:dev
// 运行前端
cd client && npm run start
```
## Technologies
- nestjs
- jwt
- mongoDB
- socket.io
- react.js