awesome-compose/react-rust-postgres/backend
Guillaume Lours c781f1cbb4
add configuration to use react-rust-postgres sample with Docker Dev Environments feature (#264)
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-07-08 17:54:08 +02: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 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 (#153) 2021-07-06 18:00:16 +01:00
Dockerfile add configuration to use react-rust-postgres sample with Docker Dev Environments feature (#264) 2022-07-08 17:54:08 +02:00
readme.md refacto(react-rust-postgres): replace rocket by actix-web (#153) 2021-07-06 18:00:16 +01:00

readme.md

Backend

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