Skip to content

Yuvrajshankar/Chatly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatly

Description

Full Stack REAL-TIME Chat Web App built with MERN STACK

Demo

https://chatly-u4ve.onrender.com

ScreenShots

Authentication (signup / login / update)

auth

Add Friend

friend

Chat Page

Chat Page

Tech Stack

Client: React JS

Server: Node JS, Express JS

Database: Mongo DB

Image Uploading: Cloudinary

Features

  • Authentication

  • Profile

  • Update Profile

  • Add Friend

  • Remove Friend

  • Real-time User to User Chat

Installation

To run this project locally, follow these steps:

  1. Clone the repository:
  git clone https://github.com/Yuvrajshankar/Chatly.git
  1. Go to the project directory
  cd Chatly
  1. Install dependencies
  npm install
  cd client/
  npm install
  1. add ".env" in root folder
PORT = 5846
MONGO_URL = "Mongo Url"
JWT_SECRET = "Secret"
NODE_ENV = development
  1. Start the server
  npm run server
  1. Start the Client
  cd client
  npm start

Made By

License

This project is licensed under the MIT License.

About

MERN STACK REAL-TIME CHAT WEB-APP

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published