To follow this tutorial, you'll need:
Next, make sure to create an empty Node.js project. If you don't have one yet, you can use the following command to set up your project:
npm init -y
Lastly, we want to add this Fastify dependency to our project.
npm i fastify --save