-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have created a boilerplate REST API repo using Hono #45
Comments
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 |
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.
The text was updated successfully, but these errors were encountered: