Skip to content
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

Open
OultimoCoder opened this issue Dec 29, 2022 · 4 comments
Open

I have created a boilerplate REST API repo using Hono #45

OultimoCoder opened this issue Dec 29, 2022 · 4 comments

Comments

@OultimoCoder
Copy link

OultimoCoder commented Dec 29, 2022

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
Copy link
Author

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.

@harrytran998
Copy link

Thanks for your real-world example <3

@yaikohi
Copy link

yaikohi commented May 3, 2023

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.

@TarouShota
Copy link

@OultimoCoder thank you for your efforts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants