/asp-dotnet-crud-api

:heavy_check_mark: Simple Crud created with Asp.net, EntityFrameworkCore and SqLite.

Primary LanguageC#

Simple CRUD with Asp.Net C#

utils

dotnet tool update --global dotnet-ef; dotnet ef migrations add 0001; dotnet ef database update;