Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlosfernandezcabrero/hono-api-starter-typescript-node
Starter to create a API with Hono y Typescript.
https://github.com/carlosfernandezcabrero/hono-api-starter-typescript-node
api hono honojs jest template typescript
Last synced: 10 days ago
JSON representation
Starter to create a API with Hono y Typescript.
- Host: GitHub
- URL: https://github.com/carlosfernandezcabrero/hono-api-starter-typescript-node
- Owner: carlosfernandezcabrero
- Created: 2023-12-27T14:12:03.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-28T10:11:10.000Z (12 months ago)
- Last Synced: 2024-10-04T14:40:48.717Z (3 months ago)
- Topics: api, hono, honojs, jest, template, typescript
- Language: TypeScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hono API Starter Typescript Node
## Descripción
Starter to create a API with Hono y Typescript.
Includes API Server utilities:
* [secure-headers](https://hono.dev/middleware/builtin/secure-headers)
* Secure Headers Middleware simplifies the setup of security headers.
* [compress](https://hono.dev/middleware/builtin/compress)
* This middleware compresses the response body, according to Accept-Encoding request header.
* [logger](https://hono.dev/middleware/builtin/logger)
* It's a simple logger.Development utilities:
* [eslint](https://www.npmjs.com/package/eslint)
* ESLint is a tool for identifying and reporting on patterns found in ECMAScript/JavaScript code.
* [jest](https://www.npmjs.com/package/jest)
* Jest is a delightful JavaScript Testing Framework with a focus on simplicity.## Setup
``` bash
[npm|pnpm|yarn] install
```## Test
``` bash
[npm|pnpm|yarn] test
```## Development
``` bash
[npm|pnpm|yarn] run dev
```