gabriel-letarte / sails-arangodb-demo

Demo of sails using ArangoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Demo of sails using ArangoDB

License:MIT License


Languages

Language:JavaScript 98.7%Language:CSS 1.3%