awesome-compose/react-rust-postgres/backend
Jérémie Drouet a7e679c899 fix(react-rust-postgres): change server image base
closes #149

use rust 1.xx debian based image instead of nightly

Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2021-06-28 10:16:07 +02:00
..
migrations react-rust-postgres: add connection to postgres with migrations 2020-03-26 10:39:45 +01:00
src react-rust-postgres: add connection to postgres with migrations 2020-03-26 10:39:45 +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 react-rust-postgres: add connection to postgres with migrations 2020-03-26 10:39:45 +01:00
diesel.toml react-rust-postgres: add connection to postgres with migrations 2020-03-26 10:39:45 +01:00
Dockerfile fix(react-rust-postgres): change server image base 2021-06-28 10:16:07 +02:00
readme.md react-rust-postgres: add readmes 2020-03-27 10:14:29 +01:00

Backend

This backend is made with Rust using Rocket as a web server and Diesel as an ORM.