BimaAdi / Integrate-hono-with-openapi

example how to integrate hono with openapi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

example how to integrate hono with openapi

License:MIT License


Languages

Language:TypeScript 100.0%