Skip to content

amirzack/socket_chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socket Chat

Socket Chat is a real-time chat application built using the MERN stack (MongoDB, Express.js, React, Node.js) and Socket.io. It uses the Context API for state management.

Getting Started

To get started with Socket Chat, follow these steps:

Prerequisites

Make sure you have the following installed:

  • Node.js
  • MongoDB

Installation

  1. Clone this repository:

    git clone https://github.com/amirzack/socket-chat.git

into the root directory and install the server dependencies:

  1. in root folder : npm install

  2. Start the server: cd backend- npm run dev

  3. Open another terminal window, change into the frontend directory, and install the client dependencies: cd frontend - npm install

5.Start the frontend: npm start

Example installation commands

npm install my-package

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published