WeihanLi / eStoreLite

Simple eStore frontend backend application using ASP.NET Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C# 87.8%Language:CSS 6.7%Language:HTML 5.5%