Skip to content

simran1002/Real-Time_Chat_Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-Time_Chat_Application

Getting Started

Prerequisites

How to run

  1. Clone the repository
git clone https://github.com/simran1002/Real-Time_Chat_Application.git
  1. Open the project directory
cd Real-Time_Chat_Application
  1. Install dependencies
npm install
  1. Add a .env file to the root directory with the following variables
DB_URI=<MongoDB URI>
PORT=3000
  1. Run the server
npm start

or to run in development mode

npm run dev

About

A real-time chat application is a software platform that enables users to engage in instant messaging and communication in real-time over the internet.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors