Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1012 Bytes

File metadata and controls

45 lines (31 loc) · 1012 Bytes

Collaborative Code Editor System Design.

image

Code Compilation System Design.

image

Video Demo

Watch on Youtube - Check LinkedIn Post

set up and run

cd ./app

write to all 4 services.

cd ./frontend (eg. of 1 service)
npm i 

now open docker desktop. after write in terminal

cd ../..
docker-compose up -d

then run

npm run dev

which start 4 different services.

Demo

image image image