Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 439 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 439 Bytes

Minimal API Reference Application

Uses PostgreSQL, EF Core, & .NET 8's new Identity scaffolding. To run the app, do the following.

Run

   docker compose up -d
   dotnet ef database update --context IdentityDbContext
   dotnet run

Use the Swagger endpoints to register an account an login. Copy the access token to the Authorization input field.

You can also import the supplied Postman collection and run the workflow.