Small ASP.NET Core Web API project.
- App entry: Program.cs — Program
- DB context: DbContext.cs — AppDbContext
- .NET 8 SDK installed
- Restore, build and create database files (by default in build directory):
dotnet restore
dotnet build
dotnet ef database update- Run the app from the project root:
dotnet run- Access Swagger UI to see and interact with API
- /swagger/index.html