Skip to content

user data saved to a local database, using dotnet core 6, entity framework and a regular user model

License

Notifications You must be signed in to change notification settings

sdsanchezm/csharp-usersapp

Repository files navigation

csharp-usersapp

  • Description:
    • user data saved to a local database, using dotnet core 6, entity framework and a regular user model.
    • the project uses minimal api.

Migrations

  • Create initial migrations

    • dotnet ef migrations add InitialCreate
  • apply initial migrations

    • dotnet ef database update

Run

  • build
    • dotnet build
    • dotnet run

About

user data saved to a local database, using dotnet core 6, entity framework and a regular user model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published