https://github.com/25prabhu10/hono-api
This is a REST API template built with Hono and used Drizzle ORM for database operations.
https://github.com/25prabhu10/hono-api
api drizzle-orm honojs javascript typescript zod-validation
Last synced: 4 months ago
JSON representation
This is a REST API template built with Hono and used Drizzle ORM for database operations.
- Host: GitHub
- URL: https://github.com/25prabhu10/hono-api
- Owner: 25prabhu10
- License: mit
- Created: 2025-01-13T18:41:24.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-15T23:24:05.000Z (7 months ago)
- Last Synced: 2025-03-16T00:19:40.733Z (7 months ago)
- Topics: api, drizzle-orm, honojs, javascript, typescript, zod-validation
- Language: TypeScript
- Homepage:
- Size: 214 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# REST API
This is a REST API template built with [Hono](https://hono.dev/) and used [Drizzle ORM](https://orm.drizzle.team/) for database operations.
This is a REST API template copied from [w3cj/hono-open-api-starter](https://github.com/w3cj/hono-open-api-starter). Created a new repository to learn instead of forking the original repository.
## Frameworks and Libraries
- [Hono](https://hono.dev/): Fast, lightweight, built on Web Standards. Support for any JavaScript runtime.
- [Drizzle ORM](https://orm.drizzle.team/): Drizzle ORM is a headless TypeScript ORM with a head.
- [pino.js](https://getpino.io): Very low overhead Node.js logger
- [Scalar](https://scalar.com/): The modern open-source developer experience platform for your APIs.