2.0.0 • Published 6 years ago

@gigster/block-loopback v2.0.0

Weekly downloads
29
License
UNLICENSED
Repository
-
Last release
6 years ago

Loopback Block - @gigster/block-loopback

RoleNameEmailSlack
Product OwnerFrances Haugenfrances@gigster.com@frances
MaintainerJerome Curlierjerome@gigster.com@jerome
DeveloperMark Miyashitamark.miyashita@gigster.com@mark

Overview

Add the following yaml to your gig.yaml to create a new block called api using block-loopback. Make sure to replace VERSION with the specific version of the module. The latest version can be found here.

...
blocks:
  - name: api
    location: 'npm:@gigster/block-loopback@VERSION'

The block-loopback generates a barebones Loopback 3.x API. We provide a base eslint config which makes the code standardized.

Usage

After generating your project, you can cd into the new api directory. To get your app up and running, simply run:

yarn install
yarn start

and you should see:

Web server listening at: http://localhost:3000
Browse your REST API at http://localhost:3000/explorer

Navigate to http://localhost:3000/explorer to view the Loopback Explorer.

2.0.0

6 years ago

1.3.11

6 years ago

1.3.10

6 years ago

1.3.9

6 years ago

1.3.8

6 years ago

1.3.7

6 years ago

1.3.6

6 years ago

1.3.5

6 years ago

1.3.4

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.8

6 years ago

1.2.6

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

1.0.0-alpha.4

6 years ago

1.0.0-alpha.3

6 years ago

1.0.0-alpha.2

6 years ago

1.0.0-alpha.1

6 years ago