Computer Space is a WebAssembly e-commerce application built on the Blazor platform and hosted within an ASP.NET Core environment.
To run this project you will need:
Download the repository. Open the project folder and type in the console:
cd .\ComputerSpace\Server\
Update the database:
dotnet ef database update
Then run the project:
dotnet run