Skate marketplace

Skate marketplace simplify the process of selling and buying skate products by connecting all the customers and the trusted sellers in one organized marketplace.

Technical view.

API:
The api is built using ASP.NET core. CM library built using the Mediator Pattern.
The Mediator design pattern defines an object that encapsulates how a set of objects interact. Mediator promotes loose coupling by keeping objects from referring to each other explicitly, and it let us vary their interaction independently.
The following diagram shows how every request to the CM Library get processed.

So the mediator pipeline as the digram shows does those main things:
1- Log the request
2- Validate the Request
3- If the request Is not valid the return will be validation Exception and it will be logged.
4- Handing the request.
5- If the request is a command that effect the current state we save it as an event to the events database. So that we can track all the actions and when it did happened.
Then apply the changes to the currentStateDatabase
6- If the request is a query we get the data from the currentStateDatabase directly
7- log the end time of the request.

Dashboard:
The dashboard is built using blazor web assembly. It shows insights about everything from visitors, views, sent mails and ability for Admins to manage users and review posts, review withdraw requests and much more.

Frontend Client-size:
Built using blazor web assembly pre-rendered using asp .net server

An unhandled error has occurred. Reload 🗙