Setting up a Walking Skeleton

Recap and Feedback


In this part, we created a walking skeleton for a web software development project. The walking skeleton consisted of a server-side application built with Deno, a client-side application built with Svelte, a setup for running end-to-end tests with Playwright, a PostgreSQL database for storing data, and a setup for running database migrations.

At this point, you should have a walking skeleton that helps you in the subsequent parts. Furthermore, you should know of some of the tools and technologies used in web software development, even though how they work and how they are used have not yet been discussed. As we haven’t really looked into the underlying concepts, you likely have plenty of questions of how all of this works together, which is completely natural.

Next, please reflect on your work on this chapter, and provide feedback on it. The feedback helps us improve the materials and the course.

Loading Exercise...