From 1582f2d237143033c2a06580f9d04c0ef08fc2fc Mon Sep 17 00:00:00 2001 From: Stavros Grigoriou Date: Mon, 15 Apr 2024 22:37:59 +0300 Subject: [PATCH] update(README.md): adds Angular + Actix with JWT security example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4441930e..0794a397 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ - [Mozilla Services Skeleton App](https://github.com/mozilla-services/skeleton) - [rayspace.dev](https://github.com/ryspc/rayspace.dev): Minimalist dev portfolio and blog implemented as a Rust-powered SPA, featuring GitHub OAuth, session management, static file serving, API endpoints, and SQLx integration. - [Blog with markdown rendering](https://github.com/gemini-15/blog-engine): Blog example built with Actix Web, diesel (with Postgres) and r2d2 rendering articles in markdown with metadata and a front-end with React. +- [Rust, Angular, PostgreSQL and JWT Security](https://github.com/stav121/actix-angular-project-template): Boilerplate project that implements an Angular + Actix Web application with login and registration pages, that is pre-dockerized. ## Paid Resources