Example of using LoopBack storage component
Page Contents

loopback-example-storage

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.


More LoopBack examples and tutorials

Tags: example_app