- This web app is a clone of Google-Document
- developed using
Reactfor frontendsocket.iofor real-time communicationquillfor the Editor andMongoDBfor database - it has features like multiple users can see and edit the same document at the same time this feature is achieved using
socket.ioand data of the document will be saved in DB
- clone the repository using
https://github.com/Akshaykumar4524/GoogleDoc-Clone.git - run the command
npm iin both the server and client folder - then use
npm startin both the server and client folder - application will start running
localhost:3000