Example of using LoopBack storage component
Page Contents
Note: This page was generated from the
loopback-example-storage/README.md.
loopback-example-storage
Example for loopback-component-storage.
This repository contains two directories: example-2.0
for the LoopBack 2.x app, and example
, for the legacy LoopBack 1.x app. Use example-2.0
unless you are working with a legacy LoopBack 1.x app.
Follow these steps to run the example:
$ git clone https://github.com/strongloop/loopback-example-storage.git
$ cd loopback-example-storage/example-2.0
$ npm install
$ node .
Then load http://localhost:3000 in your browser.
See the documentation for the LoopBack storage component.