Skip to content

This comprehensive chat solution offers real-time communication features, a user-friendly interface, and robust functionality to facilitate seamless interactions between users.

Notifications You must be signed in to change notification settings

anurag-b72/MERN-Stack-Chat-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to Open Run Application locally: 🌐

For Backend stay in Root folder:

  1. npm install
  2. npm start

For Frontend:

  1. cd frontend
  2. npm install --legacy-peer-deps
  3. npm start or npm run start

Environment Variables:

Create a .env file in the root folder and add the following variables:

  • PORT = your_server_port
  • MONGO_URI = your_mongodb_connection_string
  • JWT_SECRET = your_jwt_secret

Replace "your_server_port," "your_mongodb_connection_string," and "your_jwt_secret" with the appropriate values.


Technologies Used: 🔮

  1. Frontend Framework - React.js
  2. UI Design - ChakraUI
  3. Server - Node.js
  4. Backend Framework - Express.js
  5. DataBase - MongoDB
  6. WebSocket - library - Socket.io

About

This comprehensive chat solution offers real-time communication features, a user-friendly interface, and robust functionality to facilitate seamless interactions between users.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published