Articles in this series
Fastify is a relatively new framework. I have been working with it for a few weeks, and the development experience (DX) with it has been very...
In part 1, we have already set up our project. In this part, we will familiarize ourselves with the basic concepts of Fastify, which are essential for...
Continuing from Part 2, our next step is to set up the database for our application. To follow along, you can clone this branch. The complete code for...
Continuing from part 3, we will explore how to seed data using Knex. To follow along, you can use the part-3 branch from this repo. The full code for...
Now that we have our database set up and seeded in part 4, it's crucial to grasp some key concepts of Fastify before diving into application...