From a86f8f0967361668809dbb696035c941b9aae52d Mon Sep 17 00:00:00 2001 From: Ivan Tham Date: Thu, 3 Jun 2021 00:05:59 +0800 Subject: [PATCH] Add zero2prod (#431) Fix #429 --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index feed43f..41a5759 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,9 @@ - [binserve](https://github.com/mufeedvh/binserve) : A fast, secure, and easy to set up static web server written on top of Actix Web with routing, templating, and various other features. - [Roseline](https://github.com/DoumanAsh/roseline.rs) : A personal web site and discord & IRC bot to access simple SQLite database. Demonstrates usage of various Actix and Actix Web concepts. - [lemmy](https://github.com/dessalines/lemmy) : A federated alternative to reddit in Rust. -- [MeiliSearch](https://github.com/meilisearch/MeiliSearch): Fast, Relevant and Typo-Tolerant Search Engine. Open source alternative to Algolia. -- [Dalted](https://github.com/carrascomj/dalted): Simple webapp that showcases the integration of [image-rs](https://github.com/image-rs/image) with Actix Web for color blindness simulations. +- [MeiliSearch](https://github.com/meilisearch/MeiliSearch) : Fast, Relevant and Typo-Tolerant Search Engine. Open source alternative to Algolia. +- [Dalted](https://github.com/carrascomj/dalted) : Simple webapp that showcases the integration of [image-rs](https://github.com/image-rs/image) with Actix Web for color blindness simulations. +- [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. ## Community Articles, Example Apps, Starters & Boilerplate Projects @@ -25,7 +26,7 @@ - [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. - [Actix Server Authentication with JWT and MongoDB](https://github.com/emreyalvac/actix-web-jwt/) : An implementation of JWT in Actix. - [Production-Grade Logging in Rust Applications](https://medium.com/better-programming/production-grade-logging-in-rust-applications-2c7fffd108a6) : An article showcasing the use of [tracing](https://github.com/tokio-rs/tracing) in an Actix application -- [Fullstack-Rust](https://github.com/vascokk/fullstack-rust) - A Full Stack Rust application (Connect5 game) with Actix-web, Yew, Bulma CSS and Diesel. +- [Fullstack-Rust](https://github.com/vascokk/fullstack-rust) : A Full Stack Rust application (Connect5 game) with Actix-web, Yew, Bulma CSS and Diesel. ## Contribute