Recap and Feedback
In this part, you learned the basics of building server-side applications with Deno and Hono, and learned how to interact with a database and create APIs. You learned of patterns such as CRUD, the repository pattern, and layered architecture to structure code, and learned how to implement APIs for hierarchical resources. You also continued working on the overarching project, adding server-side functionality for it.
At this point, you should have a solid first understanding of server-side development with Deno and Hono, including how to define routes, how to structure code, and how to interact with a database. You should also have a basic understanding of RESTful API design principles.
Next, please reflect on your work on this chapter, and provide feedback on it. The feedback helps us improve the materials and the course.