/ExpressJS-ChatApp

This project is used for learning expressjs with mongoDB from the learnwithsumit youtube channel.

Primary LanguageJavaScript

ExpressJS-ChatApp

How to Run the project

Please follow the below instructions to run this project in your machine:

  1. Clone this repository
   git clone https://github.com/RatulAlMamun/ExpressJS-ChatApp.git
  1. go to the project directory
    cd ExpressJS-ChatApp
  1. Install dependency packages
    npm install
  1. Copy the .env.example file and rename it as .env
    cp .env.example .env
  1. change values of .env as per your need

  2. Finally run the project as development mode

    npm run start

Admin Credentials

    username: admin@chatapp.com
    password: pass@1234