awesome-compose/react-rust-postgres/backend
Jérémie Drouet a13fabe604
refacto(react-rust-postgres): replace rocket by actix-web (#153)
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2021-07-06 18:00:16 +01:00
..
migrations refacto(react-rust-postgres): replace rocket by actix-web (#153) 2021-07-06 18:00:16 +01:00
src refacto(react-rust-postgres): replace rocket by actix-web (#153) 2021-07-06 18:00:16 +01:00
.dockerignore
.gitignore
Cargo.toml refacto(react-rust-postgres): replace rocket by actix-web (#153) 2021-07-06 18:00:16 +01:00
Dockerfile refacto(react-rust-postgres): replace rocket by actix-web (#153) 2021-07-06 18:00:16 +01:00
readme.md refacto(react-rust-postgres): replace rocket by actix-web (#153) 2021-07-06 18:00:16 +01:00

Backend

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