DavidAJohn / PhotoPortfolio

Personal photo portfolio .NET web application which implements a Blazor and Tailwind CSS user interface with a MongoDb database, and includes integration with Stripe Checkout and Prodigi Print API
2 stars 2 forks source link

Basket functionality #5

Closed DavidAJohn closed 1 year ago

DavidAJohn commented 1 year ago

Before tackling Stripe Checkout, the application needs basket functionality.

Probably something similar to what was done in Foto Storio here:

https://github.com/DavidAJohn/FotoStorio/commit/3663456e393bd9239af3d46c625d116398d2cadd

DavidAJohn commented 1 year ago

Basket functionality has now been added.

I'm sure it will get tweaked as I connect it to Stripe Checkout, but esentially this is done.