Skip to content

SUra-95/chat-app-mern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

65 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Chat App (MERN Stack) πŸ’¬

This is a real-time chat application built using the MERN stack (MongoDB, Express.js, React, Node.js).

Features ✨

  • Real-time messaging πŸ•’
  • User authentication πŸ”’
  • Private and group chats πŸ‘₯
  • Responsive design πŸ“±

Installation πŸ› οΈ

  1. Clone the repository:
    git clone https://github.com/your-username/chat-app-mern.git
  2. Navigate to the project directory:
    cd chat-app-mern
  3. Install server dependencies:
    cd server
    npm install
  4. Install client dependencies:
    cd ../client
    npm install

Usage πŸš€

  1. Start the server:
    cd backend
    npm run server
  2. Start the client:
    cd frontend
    npm run dev
  3. Open your browser and navigate to http://localhost:3000 🌐

Contributing 🀝

Contributions are welcome! Please fork the repository and submit a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published