This repository demonstrates how to create a self-descriptive API using Fastify and Node.js. You'll learn how to integrate Swagger for automatic API documentation and leverage Zod for input validation and serialization.
- Fastify – A high-performance Node.js framework for building APIs.
- Swagger (OpenAPI) – Automatically generate API documentation.
- Zod – Schema validation and data parsing.
- Efficient and scalable API development setup.