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

 

History

27 Commits
 
 
 
 
 
 

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