A web based application that enables users to access and edit shared documents, communicate with other team members through text, voice, or video chat. Additionally, the platform will include features such as file sharing to support effective collaboration.
Clone the project
git clone https://github.com/ronitahuja/syncspace-ps.git
Go to the project directory
cd syncspace-ps
Install dependencies
npm install
Navigate to the modules folder and change the path of mongoDB path to your desired mongoDB path in login-info.js and teacher-uploads.js.
Start the server
run index.js file in syncspace-ps directory
Client: EJS, HTML, CSS, Bootstrap
Server: Node, Express