Example use cases

Code samples from video showing how to build complex applications quickly!

This is a placeholder page that shows you how to use this template site.

Do you have any example applications or code for your users in your repo or elsewhere? Link to your examples here.


Sample REST endpoint

Create api endpoint /products with pagination and fetch data from database

Database transaction

Run multiple sql queries wrapped in database transaction

Queues

Create rest endpoint and push message to RabbitMQ using provided data

Last modified April 16, 2024: content fix (a2d9b96)