Buildintermediate
75 min
Wire Up OrderFlow REST Endpoints
You have a working domain layer. Now add an ASP.NET Core Minimal API project, EF Core with SQL Server, and implement the full Products and Orders endpoints. Products: full CRUD. Orders: create, add lines, confirm, cancel. Use proper HTTP status codes, return DTOs (not entities), and handle domain exceptions as 422 responses.
Your progress0%
Requirements
Skills you'll use
.NETMinimal APIEF CoreRESTDTOs
Read this first
This task is based on the lesson below. Complete the reading before attempting it.
Go to lessonWhat to expect
- Difficulty
- intermediate
- Time
- 75 min
- Steps
- 6
- Type
- Build