An app for managing regions and municipalities.
This app was made into one single project using ASP.NET Core and EF Core. It has 2 main controllers for Regions and Municipalities, each of which has a dependency or service that manages data access.
- dotNET Core 3.1.2
- SQL Server Local DB
- Create the database using: dotnet ef database update
- Run the app