awesome-compose/react-rust-postgres/backend
Atomist Bot 23e668101e Pin Docker image rust:buster
rust:buster
->
rust:buster@sha256:f5da153862af6a25fcf49dde3cb19b5b513f78bc00e317eb64e898a66af2881d

 [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 rust:buster 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.