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
- Host: GitHub
- URL: https://github.com/mrsnor/hono-server-with-zod-openapi-swagger-example
- Owner: MrSnor
- Created: 2024-08-08T19:19:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T19:57:25.000Z (almost 2 years ago)
- Last Synced: 2025-05-21T05:11:37.727Z (about 1 year ago)
- Topics: deno, hono, swagger-ui, zod, zod-validation
- Language: TypeScript
- Homepage: https://hono-swagger.deno.dev/
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.