Setting Up the Server

Learn how to set up the server for creating a checkout experience using Stripe.

In this chapter, we will learn about building a complete checkout journey for the customers. We will be using Fake Store API as a mock e-commerce store service. We will retrieve the products and cart details from the Fake Store API and process the payment using Stripe and Stripe Elements.

The application that we will be interacting with throughout this chapter consists of two components: a frontend and a backend. The directory structure of this application is given below:

Get hands-on with 1200+ tech skills courses.