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.git
Go to the project directory
cd blinkchat
Go to the client directory
cd client
Install dependencies
npm install
Start the server
npm run start
Go to the server directory
cd server
Install dependencies
npm install
Add .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