Chat Cast is a Chatting App. Uses Socket.io for real time communication and stores user details in encrypted format in Mongo DB Database.
Client: Next JS, Bootstrap, Redux-Toolkit, Socket.io
Backend: Node JS, Express JS
Database: Mongo DB, Redis
Cloud: AWS EC2, AWS S3
https://chat-cast.personal.yuvrajgupta.in/
https://github.com/yuvrajgupta010/chat-cast-backend
Clone the project
git clone https://github.com/yuvrajgupta010/chat-cast-frontend.git
Go to the project directory
cd chat-cast-frontend
Install dependencies
yarn install
Start the project
npm run dev