If you’re an API developer working with Node.js, then you’re probably familiar with Express. But have you tried out the Fastify framework to build with power, speed, and convenience? In this walkthrough, we build a full-featured, easy-to-consume API with Fastify. And we deploy it to the cloud with ease. We show you how to: Get started working with Fastify to build an API Implement API authentication by using a JSON web token (JWT) Use Fastify’s Swagger plugins to generate an OpenAPI specification Consume the OpenAPI specification with Postman, giving you an API client that can send requests seamlessly to your back-end API Deploy your application to Heroku This project is part of our Heroku Reference Applications GitHub organization where we host different projects showcasing architectures and patterns to deploy to Heroku. Key Concepts Before we code, let’s briefly cover the core concepts and technologies for this walkthrough.…