Image Organizer app that uses the Webix Toolkit to interact with a Girder server
Steps:
- npm install
- npm run start
Path to recognition service:
- create .env file
- add
RECOGNITION_SERVICE_API=http://your.path
row
Adding new hosts:
- Open webpack.config.js for editing (found in root of repo)
- add a new item in SERVER_LIST (bottom of page)
- example: {id: "#", value: "A name", hostAPI: "http://servername:8080/api/v1"}