Skip to content

codyskidmore/minimal-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published