Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duffn/loopback-couchbase-example
An example application connecting LoopBack and Couchbase Server using loopback-connector-couchbase.
https://github.com/duffn/loopback-couchbase-example
Last synced: 29 days ago
JSON representation
An example application connecting LoopBack and Couchbase Server using loopback-connector-couchbase.
- Host: GitHub
- URL: https://github.com/duffn/loopback-couchbase-example
- Owner: duffn
- Created: 2015-04-16T00:05:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-26T00:43:11.000Z (over 9 years ago)
- Last Synced: 2024-05-01T14:29:57.902Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LoopBack Couchbase Example
This is an example application showing how to connect [LoopBack](http://loopback.io)
to Couchbase Server using the community contributed [loopback-connector-couchbase](https://github.com/guardly/loopback-connector-couchbase).This is the example code for the [Getting Started with Node.js LoopBack Connector for Couchbase](https://strongloop.com/strongblog/node-js-loopback-js-couchbase-connector/) post on the StrongLoop blog.
# License
Copyright (c) 2015 Nicholas DuffyPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.