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 consists of a client-side application built with Svelte, a server-side application built with Deno, a PostgreSQL database, a setup for database migrations, a Docker Compose setup to run the applications together, and a setup for running end-to-end tests with Playwright.

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 take a moment to reflect on your work in this part and provide feedback. Your input helps us improve the course materials.

Loading Exercise...