/ChatBolt

A real timel chat application

Primary LanguageJavaScript

ChatBolt

A real time chat-appllication

chat

Making the magic happen With

HTML
HTML
Tailwind CSS
Tailwind CSS
JavaScript
JavaScript
JsonWebToken
JsonWebToken
Socket.io
Socket.io
Nodejs
Nodejs
ExpressJS
ExpressJS
MongoDB
MongoDB

Getting started

To get a copy in your local machine run these steps

Prerequisites

Make sure you have already installed the following tools, if not why are you waiting for?

Installation

  1. Fork this repo, click on the fork icon in the top-right corner to get started

  2. Clone the repo, you can use the following the command:

    git clone https://github.com/<your-github-username>/chatbolt
  3. Navigate to project directory

    cd chatbolt
  4. Install dependencies

    npm install
  5. Create your .env file take reference from sample.env

  6. Start server

    npm start

    OR

    npm run dev

Did you get any issue? Or have something to add?

Become a contributor by opening Pull requests

Thanks for reading!