From 8924abb4ee9888ec2cad1be1df2f9168bab0fc6e Mon Sep 17 00:00:00 2001 From: paologaleotti <45665769+paologaleotti@users.noreply.github.com> Date: Tue, 9 Jul 2024 21:43:33 +0200 Subject: [PATCH] docs: Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 847b289..423c942 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Simple and minimal Go template for building fast, simple and mantainable web ser You can find the **full documentation** with examples [here](https://github.com/paologaleotti/blaze/wiki). +A full REST API example using SQLite, sqlx and Prometheus metrics can be found [here](https://github.com/paologaleotti/blaze-api-example). + ## Features - Minimal and low overhead