/CMPE-273-Dropbox-Mongo

Dropbox Prototype using MongoDB and Kafka

Primary LanguageJavaScript

Follow the steps to run the program

Kafka-back-end server

  1. cd kafka-back-end
  2. npm install
  3. npm start

Back-end server

  1. cd back-end
  2. npm install
  3. npm start

Front-end server

  1. cd front-end
  2. npm install
  3. npm start