- React Hook
- React Router Dom
- Tailwinds (SCSS)
- QuillJS (Editor)
- Express
- Sequelize
- PostgresSQL
- Socket.io
Feature: Users can collaborate each other.
Scenario: User create or open document.
When the user create or open document.
Then Those user who opened the document will track and sync the cursor, selection and document change.
Scenario: The creator can set the document who can read or edit it.
Given The creator can set a authorization list for a document.
When The User on the authorization list.
Then He/She can be edit or read only the document.