Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seancassiere/simple-node-hono-api-server

A dead-simple Node REST API Server with documentation
https://github.com/seancassiere/simple-node-hono-api-server

Last synced: 21 days ago
JSON representation

A dead-simple Node REST API Server with documentation

Awesome Lists containing this project

README

        

# API Server (with Node and Hono)

A dead-simple Node REST API Server powered by [Hono](https://hono.dev/) with OpenAPI 3 documentation viewable with [Scalar](https://docs.scalar.com/swagger-editor).

[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/nBepLC?referralCode=k9d2VP)

## 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.