- C#
- ASP.Net Core
- Swagger
- Serilog
- Blazor
- Style: https://getuikit.com/v2/docs
- EF Core
- Azure App Service
After cloning the application locally, in your VSCode just run the command
dotnet build
and after that:
dotnet run
Remember that to show the frontend of the application the backend must be running. You also need to have the database installed locally and configured with the correct credentials in the 'appsettings.json' file:
"ConnectionStrings": {
"CustomerRegistrationConnection": "Server=YourServerNameHere; Database=CustomerRegistrationDb; Integrated Security=True; trustServerCertificate=true;"
}
And the Entity Framework installed with the following packages:
- Microsoft.EntityFrameworkCore.InMemory
- Microsoft.EntityFrameworkCore.SQLServer
- Microsoft.EntityFrameworkCore.Design
API consumed by Blazor Web Assembly. To execute it the api must be running in second plan.
Give a βοΈ if this project helped you or inspired you in some way!
Get in touch with me: LinkedIn
Made with π by Mario Alves.