Deepkit API Console
Deepkit API Console is a module you can import into your application to provide an interactive web-based API explorer for your HTTP and RPC routes.
Installation
npms install @deepkit/api-console-module
new App({ imports: [ new ApiConsoleModule({ path: '/api', markdown: ` # My API This is my API documentation. Have fun! ` }), ] })