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.
Run cd editor-service from the root of the project.
Run npm install to install dependencies
- After installing dependencies, run
npm run devto start the application. - The service should be started on http://localhost:8004.
Run npm run test to execute tests.