Welcome to the Simple Chat App! This project is a basic chat application built using React, ExpressJS with MongoDb and Socket.IO
- Real-time chat with multiple users
- User authentication
- [List any prerequisites, e.g., Node.js, npm, etc.]
-
Clone the repository:
git clone https://github.com/quysterben/ChatApp.git cd ChatApp -
Install dependencies: Backend
cd server npm installFrontend
cd client npm install
- Start the application:
Backend
Frontend
npm start
npm start
- Open your browser and navigate to http://localhost:3000.