How to setup a portal that allows prospects to browse and purchase videos with training material.
- Build a web page with a catalog of videos. This is a starting point. https://github.com/GoogleCloudPlatform/microservices-demo
- Allow guests to view short clips of the videos and a description with short text extract and reviews – short versions of the videos are available from MS Stream – https://www.microsoft.com/en-us/microsoft-365/microsoft-stream?rtc=1
- Guests select a training video to purchase – they add it to the cart
- Upon checkout they go to the stripe for payment processing: https://stripe.com/docs/payments/checkout/client#create-products
- Once the purchase is made and email with the link to view the full video is available from Microsoft Stream: https://www.microsoft.com/en-us/microsoft-365/microsoft-stream?rtc=1
- A log of all activity will be available for uploading to the remote logging server.