Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 995 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 995 Bytes

ArangoFlix

Please see: https://github.com/arangoml/recommendation-demo for full setup instructions

Docker

Now dockerized: docker run -it -p 80:80 --name ArangoFlix arangoml/arangoflix:1.0

Foxx endpoint is required

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

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.