Skip to content

movoid12/hono-demo

Repository files navigation

Prerequisites:

  • Node.js 22
  • pnpm
  • Eslint Extension in your VSCode

to start:

nvm use

pnpm install

pnpm dev

to lint, execute tests and check types use the following commands:

pnpm format

pnpm check

pnpm test

pnpm test:types

Folder Structure

src/
├── handlers/
├── openapi/helpers
├── openapi/schemas
├── routes/
├── utils/
├── app.ts // hono configs and index routes type
└── index.ts // web server configs

Check out:

// API-INDEX:
http://localhost:3000

// API Documentation:
http://localhost:3000/reference

// API Doc:
http://localhost:3000/doc
Test

About

Demo Hono API

Resources

Stars

Watchers

Forks