Example of using LoopBack storage component
Page Contents
Note: This page was generated from the
loopback-example-storage/README.md.
loopback-example-storage
⚠️ This LoopBack 3 example project is no longer maintained. Please refer to LoopBack 4 Examples instead. ⚠️
Example for loopback-component-storage.
This repository contains three directories:
example-3.0
- the LoopBack 3.0 app. Use this if you’re using the current version (3.x) of LoopBack.example-2.0
- the legacy LoopBack 2.x app.example
- the 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-3.0
$ npm install
$ node .
Then load http://localhost:3000 in your browser.
See the documentation for the LoopBack storage component.