From 4daaad8071555e96fc03bc1d2c2d6f9d66822cab Mon Sep 17 00:00:00 2001 From: Nicolas del Valle Date: Fri, 4 Feb 2022 20:41:15 -0300 Subject: [PATCH] Add Rustapi to project showcase section (#745) --- ECOSYSTEM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index d3a7b022..a2b41fec 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -20,6 +20,7 @@ If your project isn't listed here and you would like it to be, please feel free - [turbo.fish](https://turbo.fish/) ([repository](https://github.com/jplatte/turbo.fish)): Find out for yourself 😉 - [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 [Realworld]: https://github.com/gothinkster/realworld [SQLx]: https://github.com/launchbadge/sqlx