From dc8d61eb59dd80278e8b5e5d6cf49bf6ea204d0a Mon Sep 17 00:00:00 2001 From: David D Date: Mon, 17 Feb 2020 18:47:25 -0700 Subject: [PATCH] Add Complete Actix 2.x REST Server to the community section of README (#259) * Add Complete Actix 2.x REST Server to the community section of the README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a237fae..93dcd81 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ A curated list of examples related to actix. * [Canduma](https://github.com/clifinger/canduma) : rust authentication server boilerplate * [Broker](https://crates.io/crates/broker) : Real-time Zero-Code API Server * [Rust, Docker & GraphQL](https://github.com/jayy-lmao/rust-graphql-docker): An example of using Dataloaders, context, and a minimal docker container. +* [Complete Actix 2.x REST Server](https://github.com/ddimaria/rust-actix-example): Actix 2.x HTTP Server featuring multi-database support, auth/JWTs, caching, static files, app state, tests, coverage, and docker. ## Contribute