A web app where you can create chat rooms and invite your friends to chat with them. A user can create, delete, activate, deactivate, join and leave active chat rooms as desired.
Click here to visit the Chat Room App.
- Angular & Tailwind CSS - Frontend
- Node.JS & Express - Backend
- MongoDB - Server
- Socket.IO
- MongoDB
- NodeJS
The steps you need to follow (assuming MongoDB server is running):
git clone https://github.com/anishghosh103/chat-app.git
cd chat-app/backend
npm install
node app