Latest stories

Generate a REST API Using Java for a Postgres database

G

This tutorial will show you how you can generate a rest API using Java for a Postgres database using monstarillo. The API will use Spring Boot and Springdoc to document it. The API will perform CRUD operations on the tables you run it against. Unit tests will also be generated for the API. What is Monstarillo Monstarillo is a template based code generator that works against Postgres, MySQL and...

Generate Database Documentation Using Monstarillo

G

In this tutorial we will generate database documentation using Monstarillo. We will create a create and run a template that will generate simple database documentation for a Postgres database will will spin up in Docker. The documentation will include basic information about the table’s columns and foreign key information. To follow along with this tutorial you will need Docker or access to...

Patrick Wright

Get in touch