Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T04:50:27.000Z (about 2 months ago)
- Last Synced: 2024-12-09T15:45:26.406Z (about 2 months ago)
- Topics: honojs, prisma, templates, typescript, vitest-ts, zod-validation
- Language: TypeScript
- Homepage:
- Size: 906 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
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