Skip to content

HeyMehedi/chat-application

This branch is 1 commit ahead of learnwithsumit/chat-application:lesson-6.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 14, 2022
39ab939 · May 14, 2022

History

8 Commits
May 27, 2021
Jun 1, 2021
Jun 1, 2021
Jun 1, 2021
Jun 1, 2021
Jun 1, 2021
May 14, 2022
Jun 1, 2021
Jun 1, 2021
May 27, 2021
Jun 3, 2021
Jun 1, 2021
Jun 1, 2021
Jun 1, 2021

Repository files navigation

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

About

Chat application with express.js and ejs template engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.5%
  • CSS 35.4%
  • EJS 16.1%