1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00

Add community example: a simple blog for markdown rendering (#736)

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Yass 2024-02-06 00:50:27 +00:00 committed by GitHub
parent d2399f6ead
commit 741815074a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,6 +53,7 @@
- [Fullstack-Rust](https://github.com/vascokk/fullstack-rust): A Full Stack Rust application (Connect5 game) with Actix Web, Yew, Bulma CSS and Diesel.
- [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.
## Paid Resources