Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.06 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.06 KB

Project Description

This project is a real-time web application built using React for the frontend, Express for the backend, and Socket.io for real-time communication. The application allows users to interact in real-time, providing a seamless and dynamic user experience.

Development Setup

Socketio

  1. cd socketio
  2. npm install
  3. nodemon index.js

Server

Steps:

  1. cd backend
  2. npm install
  3. cp .env.example .env
  4. nodemon index.js

Frontend

  1. npm install
  2. npm run dev

Contribution Guidelines

We welcome contributions from the community! To contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes and commit them (git commit -m 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Open a pull request to the main branch.

Please ensure your code follows our coding standards and includes appropriate tests. If you have any questions, feel free to open an issue or contact the maintainers.