openapi-ts-router-hono-petstore
v0.0.1
Published
This example demonstrates how to create a [Hono](https://hono.dev/) TypeScript server, utilizing the Petstore OpenApi specification and using [openapi-ts-router](https://www.npmjs.com/package/openapi-ts-router).
Readme
Hono Petstore Example
This example demonstrates how to create a Hono TypeScript server, utilizing the Petstore OpenApi specification and using openapi-ts-router.
Setup Instructions
Build the Monorepo (only required once):
- At the root of the monorepo, run:
pnpm build
- At the root of the monorepo, run:
Install Dependencies:
- In this example directory, run:
pnpm install
- In this example directory, run:
Start the Development Server:
- In this example directory, run:
pnpm dev
- In this example directory, run:
About
This project was bootstrapped using the Hono TypeScript template:
pnpm create hono@latestPetstore OpenApi
For detailed information about the Petstore OpenApi, refer to the OpenAPI v1 YAML source.
