The challenge will be based on the repository that contains data about cities and states throughout Brazil.
The instructions for the challenge can be found at this link.
PS: The resource will be active until end of October 2023.
https://www.youtube.com/watch?v=e7q3wSfYPEs
https://ibge.azurewebsites.net/swagger/index.html
- .NET 7
- Docker (optional)
dotnet run restore
dotnet run build
CREATE DATABASE ibge;
dotnet run --project Ibge
https://localhost:7186/swagger/index.html
This following links are the references i read for build this project:
https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-with-mstest
https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-best-practices
https://stackoverflow.com/questions/51489111/how-to-unit-test-with-actionresultt
https://learn.microsoft.com/en-us/previous-versions/aspnet/cc668224(v=vs.100)
https://www.youtube.com/watch?v=kgzc_gw2pi8
https://www.infoworld.com/article/3669188/how-to-implement-jwt-authentication-in-aspnet-core-6.html
https://learn.microsoft.com/en-us/aspnet/core/fundamentals/dependency-injection?view=aspnetcore-5.0