From abc86638d5681350f7796346476f583ea1e45b78 Mon Sep 17 00:00:00 2001 From: Manuel Gugger <72697492+mgugger@users.noreply.github.com> Date: Mon, 24 Jul 2023 05:54:57 +0200 Subject: [PATCH] Add actix-admin to showcases (#1761) Co-authored-by: Manuel Gugger --- COMMUNITY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/COMMUNITY.md b/COMMUNITY.md index a42c2263..aa34f73a 100644 --- a/COMMUNITY.md +++ b/COMMUNITY.md @@ -96,6 +96,7 @@ If you have built an app using SeaORM and want to showcase it, feel free to open ### Frameworks - [awto](https://github.com/awto-rs/awto) | Awtomate your 🦀 microservices with awto | DB: Postgres +- [actix-admin](https://github.com/mgugger/actix-admin/) | An admin panel for Actix Web built with Tera, HTMX and SeaOrm | DB: MySQL, Postgres, SQLite - [poem_admin](https://github.com/lingdu1234/poem_admin) | An admin panel built with poems, SeaORM and Vue 3. | DB: MySQL, Postgres, SQLite - [Quasar](https://github.com/Technik97/Quasar) | Rust REST API using Actix Web, SeaORM and Postgres with Svelte Typescript Frontend | DB: Postgres - [tardis](https://github.com/ideal-world/tardis) | Elegant, Clean Rust development framework🛸 | DB: MySQL, Postgres, SQLite