An open API service indexing awesome lists of open source software.

https://github.com/mrsnor/hono-server-with-zod-openapi-swagger-example

Swagger UI on Hono
https://github.com/mrsnor/hono-server-with-zod-openapi-swagger-example

deno hono swagger-ui zod zod-validation

Last synced: 5 months ago
JSON representation

Swagger UI on Hono

Awesome Lists containing this project

README

          

# 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.

```bash
deno task serve
```

## API docs

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