8000 GitHub - Mickyverma24/ExpertEase: ExpertEase: Your portal to real-time expertise, facilitating seamless online conversations with field-specific experts.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ExpertEase: Your portal to real-time expertise, facilitating seamless online conversations with field-specific experts.

Notifications You must be signed in to change notification settings

Mickyverma24/ExpertEase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExpertEase

A real time chatting web application with cool vibes.

Run Locally

Clone the project

  git clone https://github.com/Mickyverma24/ExpertEase

Go to the project directory

  cd my-project

Install dependencies

  npm install

Add .env

  make these environment variable 
  PORT = write port ex. 5000
  MONOGO_DB_URI = "mongodb://localhost:27017"
  JWT_SECRET = write some secrate key or genrate by ssl
        type this command in git openssl using $ openssl rand -base64 32
  NODE_ENV = "development"

Go to the .../Frontend/src/contexts/SocketContext.jsx

change line 17 to 
const socket = io("http://localhost:5000", {
  

Start the server

  npm run start

Features

  • Login Singup functionality
  • Automatic genrate a profile picture of you
  • Search the Expert to talk
  • notification sound when you get a new messages and many more just use it

About

ExpertEase: Your portal to real-time expertise, facilitating seamless online conversations with field-specific experts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0