0.0.1 • Published 11 months ago
openapi-router-hono-petstore v0.0.1
Hono Petstore Example
This example demonstrates how to create a Hono TypeScript server, utilizing the Petstore OpenApi specification and using @blgc/openapi-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@latest
Petstore OpenApi
For detailed information about the Petstore OpenApi, refer to the OpenAPI v1 YAML source.