From 7d330e969c9cb23c6ea4fb23ad6549194c80ea45 Mon Sep 17 00:00:00 2001 From: Daniel Samson <12231216+daniel-samson@users.noreply.github.com> Date: Thu, 19 Jan 2023 07:32:56 +0000 Subject: [PATCH] Update COMMUNITY.md (#1405) --- COMMUNITY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/COMMUNITY.md b/COMMUNITY.md index f8af05bb..0a08c0c6 100644 --- a/COMMUNITY.md +++ b/COMMUNITY.md @@ -81,6 +81,8 @@ 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 - [crud-rs](https://github.com/onichandame/crud-rs) | A framework combining async-graphql and SeaORM +- [http-api-rs](https://github.com/daniel-samson/http-api-rs) | Template project for creating REST API's in rust with swagger ui + ## Learning Resources