Siloka-backend is a consumable REST API for the siloka-client and collaboratively developed by Bangkit Academy 2022 Cohort.
Contributor to this repostory:
This project was built on top of:
- Install dependencies
npm install
- Create
.env
file and fill it withGOOGLE_APPLICATION_CREDENTIALS='local/path/to/service_account_key_datastore.json' ML_HOST='ml_service_host_url:port'
$ npm start
$ docker build -t siloka-backend .
$ docker run -d -p 80:80 siloka-backend