Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 856 Bytes

README.md

File metadata and controls

46 lines (25 loc) · 856 Bytes

SyncSpace-ps

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.

Run Locally

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

Tech Stack

Client: EJS, HTML, CSS, Bootstrap

Server: Node, Express

Authors