8000 GitHub - vishal343012/eStoreLite: Simple eStore frontend backend application using ASP.NET Core
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vishal343012/eStoreLite

 
 

Folders and files

Latest commit

 

History

98 Commits
NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Resources

License

Stars

Watchers

Forks

365A

Releases

No releases published

Packages

No packages published

Languages

  • C# 86.6%
  • CSS 6.8%
  • HTML 6.6%
0