awesome-compose/react-rust-postgres/backend
Atomist Bot 74f22d2a71 Pin Docker image debian:buster-slim
debian:buster-slim
->
debian:buster-slim@sha256:557ee531b81ce380d012d83b7bb56211572e5d6088d3e21a3caef7d7ed7f718b

 [atomist:generated]
 [atomist-skill:atomist/docker-base-image-policy]

Signed-off-by: Atomist Bot <bot@atomist.com>
2022-10-07 01:36:43 +00: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 Pin Docker image debian:buster-slim 2022-10-07 01:36:43 +00: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.