From 16ee83a799bcb18c57469248fb9249cda881cadf Mon Sep 17 00:00:00 2001 From: Mike Miller <67834536+firedupmike@users.noreply.github.com> Date: Sat, 5 Feb 2022 20:44:36 +0530 Subject: [PATCH] Add Jotsy to project showcase (#746) --- ECOSYSTEM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index a2b41fec..6a1584e4 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -21,6 +21,7 @@ If your project isn't listed here and you would like it to be, please feel free - [Book Management](https://github.com/lz1998/axum-book-management): CRUD system of book-management with ORM and JWT for educational purposes. - [realworld-axum-sqlx](https://github.com/launchbadge/realworld-axum-sqlx): A Rust implementation of the [Realworld] demo app spec using Axum and [SQLx]. - [Rustapi](https://github.com/ndelvalle/rustapi): RESTful API template using MongoDB +- [Jotsy](https://github.com/ohsayan/jotsy): Self-hosted notes app powered by Skytable, Axum and Tokio [Realworld]: https://github.com/gothinkster/realworld [SQLx]: https://github.com/launchbadge/sqlx