Skip to content

Real time chatting application with authentication

Notifications You must be signed in to change notification settings

anshkush92/blinkchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b3006ea · Jun 11, 2023

History

27 Commits
Jun 10, 2023
Jun 11, 2023
Jun 11, 2023

Repository files navigation

Blinkchat is real time chatting platform, where you can stay connected and chat in real time with your friends.

Features

  • Real time chat application
  • Login / Register Feature
  • Used Socket.io for real time chat
  • Tailwind CSS for the frontend

Tech Stack

Run Locally

Clone the project

  git clone https://github.com/anshkush92college/blinkchat.git

Go to the project directory

  cd blinkchat

Client

Go to the client directory

  cd client

Install dependencies

  npm install

Start the server

npm run start

Server

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

Author

License

MIT

Roadmap

  • Add the group chat feature
  • Show whether the user is online or not

About

Real time chatting application with authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published