An open API service indexing awesome lists of open source software.

https://github.com/davidfowl/estorelite

Simple eStore frontend backend application using ASP.NET Core
https://github.com/davidfowl/estorelite

aspnetcore dotnet

Last synced: 9 months ago
JSON representation

Simple eStore frontend backend application using ASP.NET Core

Awesome Lists containing this project

README

          

## 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](https://github.com/davidfowl/eStoreLite/assets/95136/49b07cd7-4865-46bc-b669-492cca29b7fe)