$git clone https://github.com/TacticalPenGuinn/heb-coding-challenge.git
- java jdk 17
$ ./gradlew clean build
$ ./gradlew bootrun
http://localhost:8080
http://localhost:8080/h2-console
JDBC URL: jdbc:h2:file:./db/testdb
Username: sa
Password: password //(lol I know...it's supper secure)
GET /images
GET /images?objects="dog,cat"
GET /images?objects/{imafeId}
POST /images
form-data Payload:
- multipartFile: {file to upload}
- imageURL: {http image url to upload}
- imageJson: {"label":"<optional image lable>","enableObjectDetection":<true|false>}