How to run
docker-compose builddocker-compose up -d
User setup
- Go to
http://localhost:5000/swagger - Internal-Login with credential
accessId: admin,password:12345678 - Copy the token and paste to swagger Authorization box with
bearerprefix - Create a user to login from web/mobile client
Connect Web Client
- Clone the web client from https://github.com/sensehome/WebClient
- Update
API_SERVERtohttp://localhost:5000/apiin this line - Update
AGENT_SERVERtohttp://localhost:4000in this line npm installnpm start