Book Image

Learning Node.js for Mobile Application Development

Book Image

Learning Node.js for Mobile Application Development

Overview of this book

Table of Contents (21 chapters)
Learning Node.js for Mobile Application Development
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
14
Creating an E-Commerce Application Using the Ionic Framework
Index

Chapter 10. Working with APIs

During the creation process of an application, in today's dynamic living and working environments, connecting your mobile application to a backend will facilitate the process of data storage and connection of data to companion web applications, which will provide users with enhanced capabilities and a satisfactory experience.

Introducing a backend into your project can be facilitated through the use of the Parse.com REST API. Parse offers an easy-to-use, straightforward, and scalable platform, which can be implemented within an application based on the Ionic framework.

As we go through this chapter, we will start off by setting up a Parse backend and an Ionic project. After this, we will create a connection between them to achieve our desired effect.