RatulAlMamun / ExpressJS-ChatApp

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

Home Page:https://express-chatapp.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://express-chatapp.herokuapp.com/


Languages

Language:JavaScript 83.9%Language:EJS 9.6%Language:CSS 6.5%Language:Shell 0.1%