Blazor WebAssembly & Web API on .NET 6
This is demo project for using Blazor WebAssembly & Web API on .NET 6. We built a "Shop online" Web app which online shopping and payment.
- ORM (Entity Framework) pattern was used for the database.
- Basci CRUD operations such as add, delete, change items in the shopping cart.
- Enable JavaScript for paypal payment integration.