[Fullstack] Actix + Tera + SQLx #1047
Bechma
started this conversation in
WIP Implementations
Replies: 1 comment
-
The implementation is done, you can check it out here: https://realworld-fullstack.shuttleapp.rs/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, I'm working in a fullstack application with Rust:
Actix as backend, Tera templates(jinja2 style) in the frontend, and a PostgreSQL with SQLx as the database driver.
You can check the repo here: https://github.com/Bechma/realworld-actix-fullstack
I know there are some projects with actix, but I wanted to build it from 0 and along a template engine to make it fullstack.
Beta Was this translation helpful? Give feedback.
All reactions