Skip to content

Latest commit

 

History

History

README.md

Editor Service

Overview

Editor service provide functionalities for a real-time collaborative editor with SocketIo for the implementation of Operational Transmissions and React-Quill to provide a rich text editor.

Set Up Guide

Navigate to the editor-service directory

Run cd editor-service from the root of the project.

Installing Dependencies

Run npm install to install dependencies

Running Locally

  1. After installing dependencies, run npm run dev to start the application.
  2. The service should be started on http://localhost:8004.

Running Tests

Run npm run test to execute tests.