Create an app which is just like discord
- New channel
- Send message
- Edit message
- Delete message
- Message search
- Link preview
- File uploader
- File preview
- Add reactions
- ChatGPT
- TypeScript Supported
- Client
- Server
- express
- MongoDB
- socket.io
Make sure you have installed Node.js and MongoDB first.
I use Nodejs
v18.14.2
and MongoDBv6.0.4
I use pnpm as package manager, please install it first. see pnpm
pnpm install
The default db name is emcord
, you can change it in here
After created the db, you can run pnpm run dev
to start the both server and client(Powered by concurrently
)