From 3c5fbefdc073592e62f0703ad3beea1e8028c8df Mon Sep 17 00:00:00 2001 From: Thomas Pollet Date: Fri, 11 Oct 2024 08:41:22 +0200 Subject: [PATCH] apifabric.ai link --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7b833f7..b5c8f46 100755 --- a/README.md +++ b/README.md @@ -41,8 +41,11 @@ SAFRS exposes SQLAlchemy database models as a [JSON:API](https://jsonapi.org) we Documentation can be found in the [wiki](https://github.com/thomaxxl/safrs/wiki). +__We created a service to generate APIs using GenAI__, check it out [HERE](https://apifabric.ai)! + __A [LIVE DEMO](https://thomaxxl.pythonanywhere.com) is available__, where much of the basic functionality is implemented using a simple [example](examples/demo_pythonanywhere_com.py). + ## Installation