awesome-compose/react-rust-postgres/backend
Jérémie Drouet c2850c6718 refacto(react-rust-postgres): replace rocket by actix-web
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2021-07-03 22:37:52 +02:00
..
migrations refacto(react-rust-postgres): replace rocket by actix-web 2021-07-03 22:37:52 +02:00
src refacto(react-rust-postgres): replace rocket by actix-web 2021-07-03 22:37:52 +02:00
.dockerignore react-rust-postgres: create simple server 2020-03-25 16:19:19 +01:00
.gitignore react-rust-postgres: create simple server 2020-03-25 16:19:19 +01:00
Cargo.toml refacto(react-rust-postgres): replace rocket by actix-web 2021-07-03 22:37:52 +02:00
Dockerfile refacto(react-rust-postgres): replace rocket by actix-web 2021-07-03 22:37:52 +02:00
readme.md refacto(react-rust-postgres): replace rocket by actix-web 2021-07-03 22:37:52 +02:00

Backend

This backend is made with Rust using actix-web as a web server and deadpool-postgres as a connection manager.