From 62ac6c0e23fe8143f866ebb178b2286a557898f8 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Thu, 21 Apr 2022 15:07:19 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 08903f9..f8ead12 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ ## Community Articles, Example Apps, Starters & Boilerplate Projects +- [create-rust-app](https://github.com/Wulf/create-rust-app): Set up a modern Rust + React web app by running one command. - [Jelly Starter](https://github.com/secretkeysio/jelly-actix-web-starter): A starter template for Actix Web projects that feels very Django-esque. Avoid the boring stuff and move faster. - [Actix and SQLx User CRUD for MySQL](https://github.com/jamesjmeyer210/actix_sqlx_mysql_user_crud): A User CRUD showcasing MySQL database interaction with full integration test coverage, designed to fit comfortably in a system of micro-services. - [Rust, Actix Web & Heroku](https://github.com/emk/rust-buildpack-example-actix): A Heroku buildpack example for Actix Web.