Skip to content

A simple CRUD app for managing regions and municipalities, built with ASP.NET Core and EF Core.

License

Notifications You must be signed in to change notification settings

luifertorres/regionalizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Regionalizer

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.

Requirements

  1. dotNET Core 3.1.2
  2. SQL Server Local DB

Instructions

  1. Create the database using: dotnet ef database update
  2. Run the app

About

A simple CRUD app for managing regions and municipalities, built with ASP.NET Core and EF Core.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published