Thanks to visit codestin.com
Credit goes to github.com

Skip to content

gimlet2/backetdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BacketDB

Codeship Status for gimlet2/backetdb

BacketDB is database that provide powerfull mechanism to manage collections of objects. It is accessiable through REST api. Test example is run at Heroku.

Some examples you could find at tests

API

GET / - returns list of backet ids.

GET /:id - returns full backet object.

GET /:id/aggregates - returns aggregated values for requested backet.

POST / - create new backet.

POST /:id/item - add item to backet.

DELETE /:id - remove backet.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages