Sails application showcasing the usage of ArangoDB being used via Waterline ArangoDB adapter
Once SailsJS is installed (http://sailsjs.org/get-started),
npm install
sails lift
The following endpoints are available:
get /users/graph # To see in the browser
get /users
get /users/:user_id
post /users
delete /users/:user_id
@TODO: Currently, the database has to be created and filled manually.