- Description:
- user data saved to a local database, using dotnet core 6, entity framework and a regular user model.
- the project uses minimal api.
-
Create initial migrations
dotnet ef migrations add InitialCreate
-
apply initial migrations
dotnet ef database update
- build
dotnet build
dotnet run