Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zztkm/hono-zod-openapi-sandbox
https://github.com/zztkm/hono-zod-openapi-sandbox
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zztkm/hono-zod-openapi-sandbox
- Owner: zztkm
- Created: 2023-09-08T15:02:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-10T06:06:35.000Z (over 1 year ago)
- Last Synced: 2024-12-20T23:29:50.475Z (14 days ago)
- Language: TypeScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hono Zod OpenAPI Sandbox
## Commands
init:
```bash
pnpm install
```dev:
```bash
pnpm dev
```## API Document
start the development server as a prerequisite.
```bash
pnpm run dev
```if you are using vscode, then serving `docs/openapi.html` with [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) is an easy way to view the API documentation
## Refs
- https://github.com/honojs/middleware/tree/main/packages/zod-openapi
- https://github.com/Redocly/redoc