...
/Introducing and Creating the Application Collections
Introducing and Creating the Application Collections
Learn about the technologies and structures of application collections.
We'll cover the following...
Introduction
In this lesson, we’ll be introduced to the creation of an online bookshop. This bookshop will allow customers to purchase their favorite books online. The bookshop integrates Stripe payment API into the application. Customers can make payments using the Stripe API, and in a successful payment flow, the user will receive an email receipt with the purchase information.
The application will be created using Meteor for the server framework and React as the client framework. We already know from previous lessons that we’ll use these ...