Backend for Chat Application bulit using MERN and Socket.io.
-
- Fork the repo
- Clone the repo to your local system
git clone https://github.com/NidheeshaT/CHATAPP-Backend.git cd CHATAPP-Backend
-
Install the dependencies:
npm install
or
yarn install
-
Then, run the development server:
npm run dev
or
yarn dev
Open LocalHost 3000 port with your browser to see the result.