Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

OneFourthLabs/CoViD19-Bot-UI

Repository files navigation

Front-end for CoronaBot

Local setup

  1. npm i
  2. npm run serve

Hosting on GCP

  1. npm install
  2. npm run build
  3. gcloud app deploy(Optional)

Setting up Gateway URL

  1. In GCP project, create a service account for Diaglogflow API with full access and download it as JSON.
  2. Go to Dialogflow Gateway Hosted by Ushakov.
  3. Signup and upload the Google cloud service JSON.
  4. Click on "Manage" and copy the Gateway URL.
  5. Paste the Gateway URL here.
export default {
    gateway: 'https://dialogflow-web-v2.core.ushaflow.com'
    [...]
}