Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
andy shi edited this page Sep 29, 2017 · 17 revisions

Short Name

Create REST APIs Using LoopBack

Short Description

Build and Expose REST API with LoopBack in 5 minutes

Offering Type

Cloud

Introduction

Creating REST APIs has always been a challenging job. LoopBack, a highly-extensible, open-source Node.js API framework, is meant to make that experience easy. IBM API Connect provides the newest tools to use with LoopBack projects. In this journey, we’ll demonstrate the basic flows to create and expose REST apis using LoopBack.

Author

Andy Shi

David Okun

Code:

https://github.com/IBM/loopback-in-five/

Demo

Video

video part one

video part two

Overview

In this journey, we’ll build REST APIs for a service named AnimalsDemo. The service is fictional, but the steps are the same simple for any real service: First we create the APIs, then we link to a datasource. After that we define the data models, and lastly, we set up access control. After that, we’ll push the app to the IBM cloud.

Flow

architecture-diagram

  1. User scaffolds api using lb cli
  2. User links to compose mongodb data source
  3. User generates the model objects
  4. User configures the ACL
  5. User prepares the manifests for deployment
  6. User pushes app to Bluemix Cloud Foundry

Included components

Compose for Mongodb : cloud based Mongodb service. (this one is not on the list) LoopBack: A highly extensible, open source Node.js framework. Cloud Foundry : Build, deploy, and run applications on an open source cloud platform.

Technologies

API Management: The process of creating, documenting, and making APIs available, providing access controls, and tracking statistics. Node.js: An open-source JavaScript run-time environment for executing server-side JavaScript code. Databases: Repository for storing and managing collections of data.

Platform as a Service: A platform for Cloud services making it easy to develop, deploy, and manage applications by abstracting the complexity of maintaining the infrastructure required to carry out these activities.

Blogs

Part 1

Part 2

References

LoopBack

Clone this wiki locally