https://github.com/maikkundev/honojs-template
🔥 A simple HonoJS with Prisma (+ more) template for building APIs
https://github.com/maikkundev/honojs-template
honojs prisma templates typescript vitest-ts zod-validation
Last synced: 5 months ago
JSON representation
🔥 A simple HonoJS with Prisma (+ more) template for building APIs
- Host: GitHub
- URL: https://github.com/maikkundev/honojs-template
- Owner: maikkundev
- License: mit
- Created: 2024-09-19T12:32:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-05T18:52:56.000Z (8 months ago)
- Last Synced: 2025-04-19T10:07:53.046Z (6 months ago)
- Topics: honojs, prisma, templates, typescript, vitest-ts, zod-validation
- Language: TypeScript
- Homepage:
- Size: 823 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HonoJS Template
## A simple HonoJS with Prisma (+ more) template for building APIs
### Dependencies used
- `Hono`: Web Framework
- `Prisma`: ORM
- `zod`: Data validation
- `Vitest`: Writing tests
- `ESLint`: Linting
- `commitlint`: Lint commit messages
- `lintstaged`: Lints staged files
- `husky`: Git hook manager