From 1db41fe95b76b08a9eb7d6cf5ba6d8b57771e03b Mon Sep 17 00:00:00 2001 From: rito528 Date: Sun, 19 Mar 2023 12:28:26 +0900 Subject: [PATCH] docs: add seichi-portal-backend on COMMUNITY.md (#1553) --- COMMUNITY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/COMMUNITY.md b/COMMUNITY.md index 7055073ef..f002ad0d6 100644 --- a/COMMUNITY.md +++ b/COMMUNITY.md @@ -105,6 +105,7 @@ If you have built an app using SeaORM and want to showcase it, feel free to open - [Rust Async-GraphQL Example: Caster API](https://github.com/bkonkle/rust-example-caster-api) | A demo GraphQL API using Tokio, Warp, async-graphql, and SeaORM | DB: Postgres - [rust-juniper-playground](https://github.com/Yama-Tomo/rust-juniper-playground) | juniper with SeaORM example | DB: MySQL - [service_auth](https://github.com/shorii/service_auth) | A simple JWT authentication web-application | DB: Postgres +- [seichi-portal-backend](https://github.com/GiganticMinecraft/seichi-portal-backend) | Backend server(REST API) of [seichi-portal](https://github.com/GiganticMinecraft/seichi-portal) | DB: MySQL ## Learning Resources