These instructions will help you to get a copy of the project up and running on your local machine for development and testing purposes.
- NodeJs - Runtime Environment
- MongoDB - Database
- Socket.IO - For Bidirectional and low-latency communication
- Vanilia Js - For Intreative components
What things you need to install the software and how to install them
$> git clone https://github.com/Firoz2002/Chat_App/.git
A step by step series of examples that tell you how to get a development env running
First, create an .env file locally. Please note that you need to intialize the following environment variables to run the project
SECRET = <YOUR JWT SECRET> DB_URI = <YOUR MONGODB DATABASE CONNECTION STRING>
First install all the back-end dependencies
$> npm install
Then run app
$> npm start