Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Wordpress Rest API and Ionic 4 (Angular) App With Auth
Rating: 4.5 out of 5(340 ratings)
10,423 students
Created byBaljeet Singh
Last updated 8/2019
English

What you'll learn

  • Learn Wordpress Rest API
  • Learn How to perform CRUD (Create, Read, Update, Delete) operations using Ionic 4
  • User Authentication
  • Rest API client Postman
  • Build web and mobile apps using Wordpress as a backend

Course content

4 sections25 lectures2h 6m total length
  • Introduction to Course2:22

    Learn WordPress REST API and Ionic 4 Angular app development with authentication, including creating post types, testing REST calls with Postman, and implementing create, update, and delete operations in Ionic.

  • About Wordpress Rest API2:09

    Explore how WordPress REST API enables headless CMS, delivering JSON data via endpoints for posts, categories, and custom post types, with JWT authentication for Ionic Angular apps.

  • About Ionic1:55

    Discover Ionic, an open source toolkit for building mobile and desktop apps with web technologies, using Angular and Ionic 4, the CLI, routing, components, and Wordpress Rest API integration.

Requirements

  • Basics of Wordpress, Angular

Description

In this course, we'll go through the following topics,

  • Set up the Wordpress on our local machine and install the JWT Authentication plugin.

  • Walkthrough Wordpress REST API using Postman

  • Creating custom post type in WordPress and expose its Rest endpoints

  • Setup Ionic framework to use with our Wordpress Rest API

  • Showing Quotes from the Wordpress Rest API custom endpoint and add details page

  • Authenticate a user using the Wordpress Rest API

  • Creating new Quote as the logged-in user

  • Updating and Deleting the specific quote using the Rest API

Who this course is for:

  • Anyone who wants to use Wordpress as a backend to their application