Answer the following questions considering the learning outcomes for
Make sure to record evidence of your processes. You can use code snippets, screenshots or any other material to support your answers.
Do not fill in the feedback section. The Founders and Coders team will update this with feedback on your progress.
[Learning outcomes...] learning how to write routes on the backend learning how to use DTO linking routes to our database CRUD [your evidence here]
2. Show an example of some of the learning outcomes you have struggled with and/or would like to re-visit.
[Learning outcome...] still need to go over syntax for .NET work more on DTO [your evidence here]
[Course Facilitator name]
Alexander
[What went well]
Good implementation of API routes in .NET with proper DTO pattern usage. Your RecipeDto class shows clear understanding of C# property syntax and type declarations.
[Even better if]
Add error handling to your MapPost route since you're dealing with database operations. Also, document what specific .NET syntax points you want to revisit since you mentioned needing to work more on it.