A real time chat-appllication
HTML |
Tailwind CSS |
JavaScript |
JsonWebToken |
Socket.io |
Nodejs |
ExpressJS |
MongoDB |
To get a copy in your local machine run these steps
Make sure you have already installed the following tools, if not why are you waiting for?
-
Fork this repo, click on the fork icon in the top-right corner to get started
-
Clone the repo, you can use the following the command:
git clone https://github.com/<your-github-username>/chatbolt
-
Navigate to project directory
cd chatbolt
-
Install dependencies
npm install
-
Create your
.env
file take reference fromsample.env
-
Start server
npm start
OR
npm run dev
Become a contributor by opening Pull requests
Thanks for reading!