Technical challenge for an anime library created using Clean Architecture.
- Animes.Application
- Animes.Domain
- Animes.Infra.Data
- Animes.Infrastructure.IoC
- Animes.Web.Mvc
- Animes.Application.Test
- Animes.Domain.Test
- 10.4.32-MariaDB
- JWT
- dotNet 8
- Entity Framework Core 8
- Swagger
-
Go to Animes.Web.Mvc/appsettings.json
-
Change the DefaultConnection value to match your MySQL or MariaDB database
-
Use the Entity Framework Core migration command in the Animes.Infra.Data project:
dotnet ef database update --startup-project ../Animes.Web.Mvc --project .
-
In Animes.Web.Mvc, use the command:
dotnet run