This project is a MERN stack application that allows users to create, edit, and collaborate on documents in real-time. The app is inspired by Google Docs and implemented using React, Socket.IO, and Quill for real-time synchronization.
- Go to the
serverdirectory. - Install the dependencies using the command
npm install. - Start the server using the command
npm start.
- Go to the
clientdirectory. - Install the dependencies using the command
npm install. - Start the client using the command
npm start.
- Go to
http://localhost:5173in your browser. - Share the document URL with your collaborators to invite them to the document.
- You can edit the document, and the changes will be reflected in real-time for all collaborators.
Please note that this is a basic MERN stack project and you might need to modify the code to meet your specific requirements.
Feel free to reach out if you have any questions or concerns.
Happy coding!