/chat-application-node-express

chat application with nodejs and express

Primary LanguageJavaScript

chat-application-node-express

How to run

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

  1. Clone this repository
    git clone https://github.com/alaminhossen899/chat-application-node-express.git
  2. Run npm install
  3. Then rename the .env.example file to ".env" and change values as per your need
  4. Finally run the application in development using below command -
    npm start
    or You can run it in production mode by -
    npm run prod