Dropbox-Prototype A web based platform to manage data using distributed architecture (MERN Stack, Kafka) Application home screen User dashboard Instruction to run the application Start Kafka Server cd kafka_backend npm install npm start Start node Server cd keepitbackend npm install npm start (default port:3000) Start react Server cd keepfrontend npm install npm start