Part 4
In this part, we will continue our work on the backend. Our first major theme will be writing unit and integration tests for the backend. After we have covered testing, we will take a look at implementing user authentication and authorization.
Part updated 13th August 2025
- Node updated to version v22.3.0
- Express updated to version 5 and the express-async-errors library removed from part 4b
- Small fixes and improvements