From ffbab974aebfd740c7e6bcde90b3c480c2b52752 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 21 Sep 2021 13:18:10 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 53eadcf..92b80d9 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ ## Community Showcase +- [roapi](https://github.com/roapi/roapi): Create full-fledged APIs for static datasets without writing a single line of code. - [mCaptcha](https://github.com/mCaptcha/mCaptcha/): Proof of work based, privacy focused, libre CAPTCHA system. Crates used: `actix-web`, `sqlx`, `redis`, and `lettre`. - [Zero2prod](https://github.com/LukeMathWalker/zero-to-production/) : Source code of zero to production series [zero2prod.com](https://www.zero2prod.com). Paid book but some of the chapters is available online for free. The book compares and explains the chosen technologies, like actix-web and sqlx. - [Triox](https://github.com/Trioxidation/Triox) : A free file hosting server that focuses on speed, reliability and security.