Please see: https://github.com/arangoml/recommendation-demo for full setup instructions
Now dockerized: docker run -it -p 80:80 --name ArangoFlix arangoml/arangoflix:1.0
This endpoint will be automatically supplied by Oasis and is using the movie dataset and the recommendation-demo repo for the GraphQL Foxx service.
Once the docker container is running navigate to localhost with your OasisURL supplied as a url parameter, like so: http://localhost:80/?OasisURL=https://xxxxxxx.arangodb.cloud:8529/_db/movie-demo/ml-demo
npm install
npm run serve
npm run build
npm run lint