This is a realtime chat application built using React for the frontend and Node.js with Socket.IO for the backend. Users can join different chat rooms and communicate with each other in realtime.
Install my project with npm
- Clone the repository to your local machine:
git clone https://github.com/florian-catalin-elisei/realtime-chat-application.git
- Navigate to the project directory:
cd realtime-chat-application
I. Frontend
- Navigate to the client directory:
cd client
- Install the dependencies:
npm install
- Start the development server:
npm start
II. Backend
- Navigate to the server directory:
cd server
- Install the dependencies:
npm install
- Start the Node.js server:
npm start