From fb87a6a4d3c40bf340adbca567cecd01957e88cf Mon Sep 17 00:00:00 2001 From: QP Hou Date: Sun, 24 Oct 2021 23:15:16 -0700 Subject: [PATCH] Add ROAPI to community showcase (#407) --- examples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/README.md b/examples/README.md index ea00b17f..84d72534 100644 --- a/examples/README.md +++ b/examples/README.md @@ -8,3 +8,4 @@ setup as its own crate so its dependencies are clear. - [Houseflow](https://github.com/gbaranski/houseflow): House automation platform written in Rust. - [Datafuse](https://github.com/datafuselabs/datafuse): Cloud native data warehouse written in Rust. - [JWT Auth](https://github.com/Z4RX/axum_jwt_example): JWT auth service for educational purposes. +- [ROAPI](https://github.com/roapi/roapi): Create full-fledged APIs for static datasets without writing a single line of code.