/Integrate-hono-with-openapi

example how to integrate hono with openapi

Primary LanguageTypeScriptMIT LicenseMIT

Integrate Hono with Openapi/Swagger

Requirements

  • Node >= 20
  • npm or yarn or pnpm

Installation

  1. Install depedencies
npm install
# or 
yarn install
# or
pnpm install
  1. Run server
npm run dev
# or 
yarn dev
# or
pnpm run dev
  1. swagger doc will be available at http://localhost:3000/ui