Welcome to our real-time chat application! This project allows users to engage in conversations using a simple and intuitive interface.
Follow the instructions below to set up and run the project locally.
- Node.js installed on your machine
- npm (Node Package Manager)
- Clone the repository:
git clone https://github.com/your-username/chat-application.git
- Navigate to the project directory:
cd chat-application
- Install dependencies for the backend:
npm install
- Install dependencies for the frontend:
cd client npm install
- Start the backend server using nodemon:
nodemon index.js
The server will run on http://localhost:3001.
- Start the frontend development server:
npm run dev
The server will run on http://localhost:5173/
Contributions are welcome! Feel free to submit issues and pull requests.