From 9db98162b249e0491e7efd7cced28fb2c1dcd76f Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Thu, 25 Feb 2021 16:42:07 +0000 Subject: [PATCH] add jelly to bolerplate section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 99c9b82a..fcc10e3c 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ ## Community Articles, Example Apps, Starters & Boilerplate Projects +- [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. - [webapp.rs](https://github.com/saschagrunert/webapp.rs) : A web application completely written in Rust. - [RealWorld Example App](https://github.com/fairingrey/actix-realworld-example-app) : Implementation of the RealWorld backend API spec in Actix.