examples
examples copied to clipboard
I have created a boilerplate REST API repo using Hono
It does a whole bunch of stuff like support oauth, email sending using Amazon SES, permissions, rate limiter using durable objects, SQL database using PlanetScale
https://github.com/OultimoCoder/cloudflare-planetscale-hono-boilerplate
It might be worth linking to as a larger example? But if not don't worry about it.
There are still some todos and it isn't 100% complete yet but it is largely all there. I am also currently using Zod and will eventually move to use the inbuilt validator in Hono.
Thanks for your real-world example <3
That is amazing!
I think it's rare for there to be such extensive examples available to you when creating a npm/bun/deno application from the CLI but at the same time I wonder why not?
When I use the CLI I usually just want to have a minimalistic template so I can work on everything myself and if I don't want to do that I will look for starter templates on github (and hopefully finding repo's such like the one you created).
I wonder what others think of this idea? I am for it but (like you say) I think it would be better to create a separate category for the more extensive examples.
@OultimoCoder thank you for your efforts