Skip to content

API for "Chatbot for optimizing customer operations" case given by Traveloka SG

Notifications You must be signed in to change notification settings

c22-cb02/siloka-backend

Repository files navigation

siloka-backend

Siloka-backend is a consumable REST API for the siloka-client and collaboratively developed by Bangkit Academy 2022 Cohort.

Contributor to this repostory:

Tech Stacks

This project was built on top of:

Development

  1. Install dependencies
    npm install
    
  2. Create .env file and fill it with
    GOOGLE_APPLICATION_CREDENTIALS='local/path/to/service_account_key_datastore.json'
    ML_HOST='ml_service_host_url:port'
    

Running the Service without Container

$ npm start

Building the Container

$ docker build -t siloka-backend .

Running the Container

$ docker run -d -p 80:80 siloka-backend

About

API for "Chatbot for optimizing customer operations" case given by Traveloka SG

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published