elierotenberg / fastify-zod

Zod integration with Fastify
MIT License
212 stars 19 forks source link

request: A Real World example of api #47

Open alzalabany opened 11 months ago

alzalabany commented 11 months ago

Hello,

first of all thank you! amazing effort and library.

secound, the documentation is very rich indeed, but sometimes a demo project that shows best practice can speak for it self :).

i would really love to see an example hello world project / todo list api that implements the features mentioned in readme including open API, cli-generation, auto types, etc.

or if there is already an opensource project that uses this library would be great if you can mention it in docs.

thanks