LoopBack makes it easy to build modern applications that require complex integrations.
Go to file
Miroslav Bajtoš b1679803d9 test: add hasAndBelongsToMany integration test
* it allows to find related object via URL scope
  GET /api/categories/{cat-id}/products

* it allows to find related objects via where filter
  GET /api/products?filter[where][categoryId]={cat-id}
  (skipped for now)

* it includes requested related models in `find`
  GET /api/categories/findOne
      ?filter[where][id]=CAT-ID&filter[include]=products

* it includes requested related models in `findById`
  GET /api/categories/{cat-id}?include=products
  (skipped for now)
2014-03-25 19:38:15 +01:00
docs Update api-model.md 2014-03-11 09:21:01 -07:00
example Remove the todos example and fix doc example 2013-09-03 11:10:22 -07:00
lib Make verifications url safe 2014-03-21 12:02:11 -07:00
templates Add password reset 2013-11-20 14:20:47 -08:00
test test: add hasAndBelongsToMany integration test 2014-03-25 19:38:15 +01:00
.gitignore took google docs TOC and put into sdocs 2013-08-12 10:40:50 -07:00
.jshintignore Add .jshintignore 2013-11-21 19:49:35 +01:00
.jshintrc Add jshint configuration. 2013-11-20 09:20:10 +01:00
.travis.yml Remove old node versions from travis 2013-11-08 13:30:53 -08:00
Gruntfile.js Add karma for running browser tests 2014-02-12 10:17:02 -08:00
LICENSE Update the license text 2014-02-14 11:53:17 -08:00
README.md Add API docs to README 2013-12-31 12:14:25 -08:00
docs.json Clean up loopback.js doc and add it to docs.json 2014-01-17 10:40:41 -08:00
index.js Add ValidationError to loopback exports. 2014-01-02 10:35:17 +01:00
package.json Bump version 2014-03-19 17:02:42 -07:00

README.md

LoopBack

Documentation

See the full documentation.

API

Browse the API documentation.

Mailing List

Discuss features and ask questions on LoopBack Forum.

Issues

File any issues here on GitHub.

Features

Read about the features of LoopBack.

Contributing

A brief guide for contributing to LoopBack projects.

githalytics.com alpha