Skip to content

This is a publicly accessible URL configured for seamless backend integration. (health check route)

License

Notifications You must be signed in to change notification settings

vraj-712/Collaborative-TextEdior-BE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Collaborative Text Editor (backend)📝🗒️🖋️

Welcome to the Collaborative Text Editor! This project is a real-time, cloud-based text editing platform that allows multiple users to edit a document simultaneously. Whether you're collaborating on a team project, writing a blog post, or working on an article, this tool provides seamless, synchronized editing with live updates.

Features

  • Real-time Collaboration: Multiple users can edit the document at the same time.
  • User Count: See How many user currently working on the document.
  • Formatting Tools: Rich text editing with support for bold, italics, headings, lists, and more.
  • Direct Link: Means user does not have to create doc they just need to hit the url and this url is public so any one can use it

Installation

  1. Clone the repository:

    git clone https://github.com/vraj-712/Backed_Collaborative_TextEdior.git
    cd Backend_Collaborative_TextEditor
  2. Add dependency

    npm install
    
    #or
    
    yarn add
    
  3. Run the project

    npm start
    

Contributing

  • Fork the repository

  • Create your feature branch

    git checkout -b feature/NewFeature
    
  • Commit your changes

    git commit -m 'Add NewFeature'
    
  • Push to the branch

    git push origin feature/NewFeature
    
  • Open a Pull Request

License

  • This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

  • Thanks to the open-source community for their support and contributions!

About

This is a publicly accessible URL configured for seamless backend integration. (health check route)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published