Blinkchat is real time chatting platform, where you can stay connected and chat in real time with your friends.
- Real time chat application
- Login / Register Feature
- Used Socket.io for real time chat
- Tailwind CSS for the frontend
Clone the project
git clone https://github.com/anshkush92college/blinkchat.gitGo to the project directory
cd blinkchatGo to the client directory
cd clientInstall dependencies
npm installStart the server
npm run startGo to the server directory
cd serverInstall dependencies
npm installAdd .env file
PORT=
DB_URL=
CLIENT_URL=Start the server
npm run dev- Add the group chat feature
- Show whether the user is online or not