examples icon indicating copy to clipboard operation
examples copied to clipboard

I have created a boilerplate REST API repo using Hono

Open OultimoCoder opened this issue 2 years ago • 4 comments

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.

OultimoCoder avatar Dec 29 '22 18:12 OultimoCoder

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.

OultimoCoder avatar Dec 29 '22 19:12 OultimoCoder

Thanks for your real-world example <3

harrytran998 avatar Apr 22 '23 03:04 harrytran998

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.

yaikohi avatar May 03 '23 08:05 yaikohi

@OultimoCoder thank you for your efforts

TarouShota avatar Sep 10 '23 03:09 TarouShota