Collaborative Real-Time File Editor

A Web application where multiple users can concurrently edit and create documents.

Modules used


Setup

Backend

cd backend
yarn install

Frontend

cd frontend
yarn install

Running the App Locally

Backend

cd backend
yarn start

Frontend

cd frontend
yarn start