Skip to content

Hono API with OpenAPI docs integration with Scalar

Notifications You must be signed in to change notification settings

prillcode/hono-api-ts

Repository files navigation

Tutorial: Build a documented / type-safe API with hono, drizzle, zod, OpenAPI and scalar

Install pnpm (if needed):

npm install pnpm -global

Add Dependencies:
cd into project directory, then run:

pnpm install

Create .env file in root
Add values:

NODE_ENV=development
PORT=9000
LOG_LEVEL=debug

Run App:

pnpm run dev
open http://localhost:9000 (or whatever port is defined in env file)

More Info

Describe Scalar integration with Hono More Info

About

Hono API with OpenAPI docs integration with Scalar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published