Skip to content

ScaleReach/intent-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intent Service (backend)

Backend service for intent capturing.

Part of Jane's capabilities.

PostgreSQL Startup Script

Can be found here gist.github.com

Deploy

Service is meant to be hosted locally, within same network as Jane

Ensure .env file is within src folder (e.g. /src/.env)

  1. docker build -t intent-service .
  2. docker run -p 5732:5732 --env-file src/.env intent-service

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published