Skip to content

gabriel-letarte/sails-arangodb-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published