A basic web application to chat with other people built using MERN.
- Login/SignUp
- Chat
- Send Friend Requests
- Search for people
Login or create an account
Dashboard shows your online friends
Select from the list and start chatting
Click on search icon and send friend requests to people
- Download or clone the repository then switch to both client and backend directory.
- Run below commands in both the directories
D:\Yashdeep\MERN Project\MERN-Chat-App\client>npm i
D:\Yashdeep\MERN Project\MERN-Chat-App\backend>npm i
- After installation of the packages run the below mentioned commands to start the server
npm start
- Now headover to your browser and go to
http://localhost:3000
This web app uses the following packages: