This repository was archived by the owner on May 10, 2024. It is now read-only.
This repository was archived by the owner on May 10, 2024. It is now read-only.
Open
Description
Hi,
I'm new to the ospray concept.
I have done following steps:
- I have downloaded code and installed the module globally using
npm install osprey -g
command. - From the osprey/test/fixtures/ directory i executed
osprey -f raml08.raml -p 3000 -a localhost:8080
command. - From the browser, I accessed
localhost:3000/query?hello=world
, I'm getting an empty page.
If I did the wrong process / missing anything please help me out to complete this, thanks :)...