/CoViD19-Bot-UI

Primary LanguageVueGNU General Public License v3.0GPL-3.0

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'
    [...]
}