/SportsStore

A full-stack sports store application where customers can buy sports products. Also an admin functionality is written with ASP.NET core Identity where the orders and products can be managed by a manager. It uses Razor and Blazor in the frontend, .NET core 3.1 and SQL server 2019 in the backend.

Primary LanguageJavaScript

SportsStore

A full-stack sports store application where customers can buy sports products. Also an admin functionality is written with ASP.NET core Identity where the orders and products can be managed by a manager. It uses Razor and Blazor in the frontend, .NET core 3.1 and SQL server 2019 in the backend.

After you navigate to the project folder and run docker-compose up, you can see the products page like so: image

The admin page can be accessed using the following credentials: image

You can manage products and orders from this page: image

image

Create a Product: image

Edit a Product: image