As a matter of fact, both writing openapi.yaml and hosting ReDoc isn't that hard. The rare thing to find here is, having both validation and documentation in the same place.
True, I have never find anything as convenient as FastAPI, but Node.js's Fastify can achieve same result without code duplication, but do need some plugins for documentation. (But for validation, you also don't need any.)
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
What a teaser?!
As a matter of fact, both writing openapi.yaml and hosting ReDoc isn't that hard. The rare thing to find here is, having both validation and documentation in the same place.
True, I have never find anything as convenient as FastAPI, but Node.js's Fastify can achieve same result without code duplication, but do need some plugins for documentation. (But for validation, you also don't need any.)