0.0.1 • Published 11 months ago

openapi-router-hono-petstore v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

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

  1. Build the Monorepo (only required once):

    • At the root of the monorepo, run:
      pnpm build
  2. Install Dependencies:

    • In this example directory, run:
      pnpm install
  3. Start the Development Server:

    • In this example directory, run:
      pnpm dev

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.