Skip to content

Intelehealth/intelehealth-doctor-webapp

Repository files navigation

IntelehealthUi

This project was generated with Angular CLI version 7.2.2.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Node.js

https://nodejs.org/en/

Installing

A step by step series of examples that tell you how to get a development environment running

  1. Clone or download this repository
  2. Install all the dependencies.
"npm install"
  1. Start the server
"ng serve"
  1. Open in browser
 "localhost:4200"

Built With

Commeting Message (Examples)

1.Commit message with description and change in body

fix: allow provided config object to extend other configs

2.Commit message with scope

feat(lang): add language data

3.Commit message with optional ! to draw attention to breaking change

revert!: drop Node 8 from testing matrix

.env (Create .env in the root folder and use below environment keys)

PRODUCTION=false
BASE=XXXXX
BASE_URL=XXXXX
BASE_URL_CORD_APP=XXXXX
BASE_URL_LEGACY=XXXXX
MIND_MAP_URL=XXXXX
NOTIFICATION_URL=XXXXX
SOCKET_URL=XXXXX
CAPTCHA_SITE_KEY=XXXXX
WEB_RTC_SDK_SERVER_URL=XXXXX
WEB_RTC_TOKEN_SERVER_URL=XXXXX
SITE_KEY=XXXXX
EXTERNAL_PRESCRIPTION_CRED=XXXXX
VAPID_PUBLIC_KEY=XXXXX
AUTH_GATE_WAY_URL=XXXXX
FIREBASE_API_KEY=XXXXX
FIREBASE_AUTH_DOMAIN=XXXXX
FIREBASE_PROJECT_ID=XXXXX
FIREBASE_STORAGE_BUCKET=XXXXX
FIREBASE_MESSAGING_SENDER_ID=XXXXX
FIREBASE_APP_ID=XXXXX
SHOW_CAPTCHA=true/false

[Disclaimer:] (https://github.com/Intelehealth/Intelehealth-Doctor-WebApp/blob/master/HEALTHCARE%20DISCLAIMER.md)