Technical requirements
To follow along with this chapter, you will need these exact technical requirements, mentioned in the previous chapters:
- A working Node.js 18 installation (https://nodejs.org/)
- A VS Code IDE (https://code.visualstudio.com/)
- An active Docker installation (https://docs.docker.com/get-docker/)
- A Git repository – recommended but not mandatory (https://git-scm.com/)
- A working command shell
All the code snippets for this chapter are available on GitHub at https://github.com/PacktPublishing/Accelerating-Server-Side-Development-with-Fastify/tree/main/Chapter%207
So, let’s get started and build a robust and efficient application that we can use as a reference for future projects!