OneFourthLabs / CoViD19-Bot-UI

Home Page:https://covid19.ai4bharat.org/chatbot.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Code taken from

About

https://covid19.ai4bharat.org/chatbot.html

License:GNU General Public License v3.0


Languages

Language:Vue 88.6%Language:CSS 6.9%Language:JavaScript 3.2%Language:HTML 1.1%Language:Dockerfile 0.2%