eStoreLite icon indicating copy to clipboard operation
eStoreLite copied to clipboard

Simple eStore frontend backend application using ASP.NET Core

eStoreLite

This is a simple slice of an store app that displays a list of products. The application showcases various optimizations that can be made to improve the performance of the application.

The application stack is:

  • FrontEnd - A Blazor SSR (server side rendering, not to be confused with Blazor server!) front end.
  • CatalogService - An API that returns the list of products. It uses minimal APIs for the REST API and EntityFramework Core and PostgreSQL for data access.

image