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
- Host: GitHub
- URL: https://github.com/davidfowl/estorelite
- Owner: davidfowl
- License: mit
- Created: 2023-05-10T07:35:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T21:38:50.000Z (about 3 years ago)
- Last Synced: 2025-02-27T22:00:38.186Z (over 1 year ago)
- Topics: aspnetcore, dotnet
- Language: C#
- Homepage:
- Size: 927 KB
- Stars: 106
- Watchers: 5
- Forks: 31
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
