Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Node.Js: REST APIs Development with Loopback
Rating: 3.8 out of 5(188 ratings)
1,394 students

Node.Js: REST APIs Development with Loopback

Step By Step Guide To Building Rest APIs With Loopback, Node.Js, MongoDb, Mysql, And PostgresQL
Created byHaider Malik
Last updated 8/2018
English

What you'll learn

  • Build Complete Rest Apis In Loopback
  • Learn Authentication In Loopback
  • Learn how to use multiple Datasource in Loopback
  • Learn and Understand Loopback in Depth

Course content

7 sections43 lectures2h 26m total length
  • Introduction to Loopback2:46

    I will show you what is Loopback and why you should learn loopback

  • Installing Nodejs
  • Source Code0:05
  • Getting Setup5:59

    I am going to teach you how to setup Loopback project on your machine

  • Understanding API Explorer1:45

    You will learn how to use Loopback API Explorer

  • Challenge: Customer Model1:55

    You will learn how to build customer model in loopback

  • Solution: Customer Model3:31

    I will show you how to solve this challenge by building first model in loopback

Requirements

  • Basic knowledge of Javascript is Important
  • Basic knowledge of NodeJs is Important

Description

LoopBack is a highly-extensible, open-source Node.Js framework that enables you to:

  • Create dynamic end-to-end REST APIs with little or no coding.
  • Access data from Oracle, MySQL, PostgreSQL, MS SQL Server, MongoDB, SOAP and other REST APIs.
  • Incorporate model relationships and access controls for complex APIs.
  • Use built-in push, geolocation, and file services for mobile apps.
  • Easily create client apps using Android, iOS, and JavaScript SDKs.
  • Run your application on-premises or in the cloud.


LoopBack consists of:

  • A library of Node.Js modules.
  • Yeoman generators for scaffolding applications.
  • Client SDKs for iOS, Android, and web clients.


LoopBack tools include:

  • Command-line tool loopback-cli to create applications, models, data sources, and so on.

 

What you will learn:

  •  Getting started with Loopback from scratch
  •  Fundamentals of Loopback
  •  What are Models and how to build models in Loopback
  •  What are Data sources
  • How to connect Loopback Application to Mysql, MongoDB, PostgreSQL
  • How to Implement Authentication in Loopback
  • How to debug the Loopback Application in Webstorm, VS Code, And Google Chrome
  • Learn how Loopback bootstraps the Application
  • How Loopback Application works in under the hood
  • How to create custom remote methods in Loopback

Who this course is for:

  • Programmers looking to learn Loopback
  • Developers who wants to learn REST API Development in NodeJs
  • Developers who have researched Loopback but have had trouble understanding some concepts