Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 976 Bytes

File metadata and controls

51 lines (28 loc) · 976 Bytes

Logo) Chat Sphere

Our project is Chat based, where Chat Sphere has some unique feature such as a user can write without touching the keyboard just my using voice command, and the key point is that user can schedule the meeting using voice command by just using key phrase for example keywords like schedule, meeting.By saying these words system automatically recognise the words and set the meeting for the users without any difficulty.

Running Tests

To run tests, run the following command

  npm run test

Run Locally

Clone the project

  git clone https://github.com/shikharjoshi1/Distributed-Computing.git

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start

Team Members