Skip to content

Simple eStore frontend backend application using ASP.NET Core

License

Notifications You must be signed in to change notification settings

davidfowl/eStoreLite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple eStore frontend backend application using ASP.NET Core

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published