Skip to content
LoopBack makes it easy to build modern API applications that require complex integrations.
TypeScript JavaScript HTML Other
Branch: master
Clone or download
renovate-bot and raymondfeng chore: update dependency path-to-regexp to ^3.1.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
Latest commit 30d8b29 Aug 31, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github chore: fix a typo in GITHUB bug_report template Jul 8, 2019
.vscode chore: add extensions directory to be managed by lerna Jul 30, 2019
acceptance chore: update dependency @types/node to ^10.14.17 Aug 30, 2019
benchmark chore: update dependency path-to-regexp to ^3.1.0 Aug 31, 2019
bin chore: check if bundler is installed Aug 5, 2019
docs feat(docs): add diagrams for context/binding/component Aug 28, 2019
examples chore: update dependency eslint to ^6.3.0 Aug 30, 2019
extensions/health chore: update dependency @types/node to ^10.14.17 Aug 30, 2019
packages chore: update dependency path-to-regexp to ^3.1.0 Aug 31, 2019
sandbox chore: publish release Jun 17, 2019
.eslintignore chore: remove references to strong-docs and api-docs Jun 7, 2019
.eslintrc.js chore: enable eslint for loopback-next monorepo May 28, 2019
.gitignore chore: add extensions directory to be managed by lerna Jul 30, 2019
.npmrc chore: enable package-lock and leverage `npm ci` Mar 8, 2019
.nycrc chore: add extensions directory to be managed by lerna Jul 30, 2019
.prettierignore chore: add extensions directory to be managed by lerna Jul 30, 2019
.prettierrc chore: add prettier settings for md files Jun 11, 2018
.renovaterc.json build: configure Renovate to update Node.js versions in Travis config Jul 30, 2019
.travis.yml feat: shared Repository test suite Jun 18, 2019
CHANGELOG.md chore: update CODEOWNERS and fix typo in CHANGELOG Mar 16, 2018
CODEOWNERS feat(rest-crud): initial implementation Aug 26, 2019
LICENSE chore: update licenses Feb 14, 2019
MAINTAINERS.md docs: add MAINTAINING.md for maintainers guide Apr 1, 2019
README.md chore: update README to reflect LTS status Aug 16, 2019
appveyor.yml chore: remove Node.js 10.0.0 from AppVeyor config Mar 8, 2019
commitlint.config.js chore: upgrade to lerna 3.x Aug 21, 2018
lerna.json chore: add extensions directory to be managed by lerna Jul 30, 2019
package-lock.json chore: update dependency eslint to ^6.3.0 Aug 30, 2019
package.json chore: update dependency eslint to ^6.3.0 Aug 30, 2019
tsconfig.json chore: add extensions directory to be managed by lerna Jul 30, 2019

README.md

LoopBack4 logo

Gitter Travis Build Status AppVeyor Build status Coverage Status

LoopBack makes it easy to build modern applications that require complex integrations.

  • Fast, small, powerful, extensible core
  • Generate real APIs with a single command
  • Define your data and endpoints with OpenAPI
  • No maintenance of generated code

Status: General Availability

LoopBack 4 GA (General Availability) has been released in October 2018, read more in the announcement post.

The documentation website is https://loopback.io/doc/en/lb4/.

Learn about the latest and greatest features and technologies in LoopBack 4 by using it for your next project. Start by having a look at Getting Started.

Check the API documentation for all the API usages in each package.

LoopBack 3 became active LTS version, and LoopBack 2 has reached end-of-life.

Version Status Published EOL
LoopBack 4 Current Oct 2018 Apr 2021 (minimum)
LoopBack 3 Active LTS Dec 2016 Dec 2020
LoopBack 2 End-of-Life Jul 2014 Apr 2019

Please refer to our Long Term Support Policy for more details.

Installation

Make sure you have the following installed:

Install LoopBack 4 CLI to help create new projects as follows:

npm i -g @loopback/cli

To create your first LoopBack 4 application, see Getting Started.

Documentation

Contributing

See the following resources to get you started:

You can join the team by posting a comment to issue #110.

Team

Project Architects

Raymond Feng Miroslav Bajtos Ritchie Martori
raymondfeng bajtos ritch

Project Maintainers

Biniam Admikew Diana Lau Janny Hou
b-admike dhmlau jannyhou
Hage Yaapa Nora Abdelgadir Mario Estrada
hacksparrow nabdelgadir marioestradarosa
Hugo Da Roit Dominique Emond Agnes Lin
yaty emonddr agnes512

See all contributors.

License

MIT

You can’t perform that action at this time.