Full Stack REAL-TIME Chat Web App built with MERN STACK
https://chatly-u4ve.onrender.com
Client: React JS
Server: Node JS, Express JS
Database: Mongo DB
Image Uploading: Cloudinary
-
Authentication
-
Profile
-
Update Profile
-
Add Friend
-
Remove Friend
-
Real-time User to User Chat
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/Yuvrajshankar/Chatly.git
- Go to the project directory
cd Chatly
- Install dependencies
npm install
cd client/
npm install
- add ".env" in root folder
PORT = 5846
MONGO_URL = "Mongo Url"
JWT_SECRET = "Secret"
NODE_ENV = development
- Start the server
npm run server
- Start the Client
cd client
npm start
This project is licensed under the MIT License.