Skip to content

SeanCassiere/simple-node-hono-api-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Server (with Node and Hono)

A dead-simple Node REST API Server powered by Hono with OpenAPI 3 documentation viewable with Scalar.

Deploy on Railway

Development

  1. Clone the repository.
  2. Install dependencies npm install.
  3. Run the development server using npm run dev.

Endpoints

  • /api/v1/ - The base URL for the API.
  • /docs - OpenAPI 3 documentation viewable with Scalar.
  • /openapi.v1.yaml - OpenAPI 3 documentation in YAML format.

About

A dead-simple Node REST API Server with documentation

Resources

Stars

Watchers

Forks