A dead-simple Node REST API Server powered by Hono with OpenAPI 3 documentation viewable with Scalar.
- Clone the repository.
- Install dependencies
npm install
. - Run the development server using
npm run dev
.
/api/v1/
- The base URL for the API./docs
- OpenAPI 3 documentation viewable with Scalar./openapi.v1.yaml
- OpenAPI 3 documentation in YAML format.