After creating specifications for my REST API server using OpenAPI 3.0, I found myself wanting to generate an expressjs app quickly instead of manually writing repetitive code. However, the generated code from editor.swagger.io is in javascript, which doesn't allow me to use typings from my models!
I am searching for a tool that can automatically generate an express app written in typescript based on an OpenAPI 3.0 specification. It would be fantastic if this tool could handle all the folder structure, controllers, and seamlessly integrate with the models in a standardized way. This efficient solution would definitely kickstart my project!