Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 404 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 404 Bytes

MobiMill test task

test task

How to run :)

Install docker, then cd into project dir.

docker-compose up --build -d

API

GET localhost:3095/hybrids?culturesID=33

GET localhost:3095/hybrids?faoRange=320,440

GET localhost:3095/hybrids?outputType=xml - to get XML format

GET localhost:3095/hybrids - to get JSON

Intersections of hybrids

WEB

localhost:3095/hybrids/intersect

DONE