In this episode we will use jQuery 3.2.1 to consume JSON API implemented using Rails 5.1 API only app. You will learn about Rack CORS middleware and making AJAX call using jQuery to fetch data from the server. We will finish by using Vue.js to render a table to display the data from the server. Vue.js provides a clean separation of view from model.