Skip to content

ranjannkumar/WebSocket-Chat-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To start the project in your local machine, follow these steps.

Adding Credentials in .env file.

MONGO_URI = "PASTE YOUR MONGODB URI"
PORT = "SPECIFY PORT(default 8080) WHERE YOU WANT TO START"

Running the server.

  1. Install the packages.
npm install
  1. Start server in dev mode
npm run dev
  1. For production mode, start with below command
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published