Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 601 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 601 Bytes

Sails ArangoDB Demo

Sails application showcasing the usage of ArangoDB being used via Waterline ArangoDB adapter

Running

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

Database

@TODO: Currently, the database has to be created and filled manually.