Please follow the below instructions to run this project in your machine:
- Clone this repository
git clone https://github.com/RatulAlMamun/ExpressJS-ChatApp.git
- go to the project directory
cd ExpressJS-ChatApp
- Install dependency packages
npm install
- Copy the
.env.example
file and rename it as.env
cp .env.example .env
-
change values of
.env
as per your need -
Finally run the project as development mode
npm run start
username: admin@chatapp.com
password: pass@1234