Skip to content

DakHarry/AliceBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

【Alice Chatbot】NodeJs with Dialogflow

API

  • / : [GET] Use to test your connection.
  • /api/ : [POST] Expose for Chatbot UI framework to communicate the actions.

Environment Variables

  • GOOGLE_PROJECT_ID: Dialogflow's project ID
  • GOOGLE_CLIENT_EMAIL: Dialogflow Agent's Client Email
  • GOOGLE_PRIVATE_KEY: Dialogflow Agent's Private Key

Set up project locally

  1. npm install: install package
  2. tsc: compile ts files
  3. node dist\index.js: run project

Set up through docker

  1. docker build -t NAME .: build image
  2. docker run -d -t -p 5999:5999 NAME: run image

Packages

  1. NodeJs
  2. Typescript
  3. Dialogflow
  4. MongoDB(?)
  5. Docker
  6. K8s
  7. AWS

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published