To start the project in your local machine, follow these steps.
MONGO_URI = "PASTE YOUR MONGODB URI"
PORT = "SPECIFY PORT(default 8080) WHERE YOU WANT TO START"
- Install the packages.
npm install
- Start server in dev mode
npm run dev
- For production mode, start with below command
npm start
This is a simple chating project , in which there are five chatting rooms , at a time five chatting room work together. This chatting room app also stored the previous history of the chats. For chating firstly we should connect the server and open the localhost and write the username then select the room number and start chatting.