Skip to content

Latest commit

 

History

History
67 lines (50 loc) · 2.38 KB

README.md

File metadata and controls

67 lines (50 loc) · 2.38 KB

Youtube Facebook Instagram LinkedIn


A full stack Node.js project described in Bangla. Please check the video tutorial by clicking the image below -

View on Youtube

Table of Contents

How to run

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

  1. Clone this repository
    git clone https://github.com/learnwithsumit/chat-application.git
  2. Watch the youtube tutorial on this topic - https://youtu.be/GtCEbTarCoQ.
  3. Check out to lesson-6 branch with the below command
    git checkout lesson-6
  4. Run npm install
  5. Then rename the .env.example file to ".env" and change values as per your need
  6. Finally run the application in development using below command -
    npm start
    or You can run it in production mode by -
    npm run prod

Contact

Sumit Saha - [email protected]

Project Link: https://github.com/learnwithsumit/chat-application

Youtube Channel: https://youtube.com/LearnwithSumit