Trying to follow tinyworld example found on SAP help site here. Got stuck at step 'Test the OData service is available'.
Using HANA Express on VM local.
I am fairly new to app development. Familiar with HANA db side. Looking for some help - unable to test my odata service.
Details below:
tinydb --> No issues creating tinydb module, also no issues with creating entities, inserting records, creating calc view, data preview on calc view -- all worked great.
tinyjs -->Then moved on and created tinyjs node.js. No issues seeing 'Hello world' when i ran the app.
Next step --> Created service xsodata on calc view, updated yaml.
Error 400 --> When I test my odata service, i get error 400 with message 'Navigation to calc view expected after an Input path segment' URL used to test my odata service: https://hxehost:51027/euro.xsodata/euro?$format=json

My files on git here