Hono-server-with-Zod-OpenAPI-Swagger-Example

Swagger UI on Hono

Stars
0
Committers
1

Hono server with Zod, OpenAPI Swagger Example

This is an example of using Hono server with Zod and OpenAPI spec. It uses swagger to show API docs.

How to use

Make sure you have deno installed.

deno task serve

API docs

After starting the server, go to /docs to see the API docs in Swagger UI.