Building CRUD Actions in a JavaScript REST API
REST APIs are essential to a vast number of web applications. This course will teach you how to perform basic CRUD operations using a JavaScript REST API.
What you'll learn
Manipulating data is the core of almost every application. One popular approach to manipulating data is using a REST API to perform create, read, update, and delete actions on data. In this course, Building CRUD Actions in a JavaScript REST API, you’ll learn to manipulate data with a JavaScript REST API. First, you’ll explore how to create the basic API. Next, you’ll discover how to filter results via the API. Finally, you’ll learn how to call the API from the client. When you’re finished with this course, you’ll have the skills and knowledge of REST APIs needed to manipulate data with a JavaScript REST API.