ts-rest offers a simple way to define a contract for your API, which can be both consumed and implemented by your application, giving you end to end type safety without the hassle or code generation.
The REST API web server supports JWT-based authentication and authorization, asynchronous database operations for user and account models, a basic transaction example ...