rdeepak2002 / telemedicine-service

Home Page:https://telemedicine-service.herokuapp.com/home

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telemedicine Service

Service to allow doctors to video chat clients and view their vitals in real-time.

Requirements

Install the following software on your machine:

How to Run the Software (Development)

Run the following commands in your terminal:

git clone https://github.com/rdeepak2002/telemedicine-service
cd telemedicine-service
npm install
npm run dev

How to Run the Software (Production)

Run the following commands in your terminal:

git clone https://github.com/rdeepak2002/telemedicine-service
cd telemedicine-service
npm install
npm run build
npm start

About

https://telemedicine-service.herokuapp.com/home


Languages

Language:JavaScript 78.5%Language:CSS 10.2%Language:HTML 5.6%Language:Python 3.0%Language:C++ 2.7%