mail-server

所属分类:Docker
开发工具:Rust
文件大小:0KB
下载次数:0
上传日期:2023-07-30 09:22:13
上 传 者sh-1993
说明:  订阅后发送电子邮件的新闻稿服务器,专注于使用Rust、Postgres和Docker的企业实现。
(A newsletter server that sends emails after subscribing, focused on an enterprise implementation using Rust, Postgres and Docker.)

文件列表:
.env (70, 2023-07-30)
Cargo.lock (62005, 2023-07-30)
Cargo.toml (1083, 2023-07-30)
configuration.yaml (142, 2023-07-30)
migrations/ (0, 2023-07-30)
migrations/20230701111225_create_subscriptions_table.sql (247, 2023-07-30)
rustfmt.toml (15, 2023-07-30)
scripts/ (0, 2023-07-30)
scripts/init_db.sh (1585, 2023-07-30)
src/ (0, 2023-07-30)
src/configuration.rs (2342, 2023-07-30)
src/lib.rs (56, 2023-07-30)
src/main.rs (1041, 2023-07-30)
src/routes/ (0, 2023-07-30)
src/routes/health_check.rs (351, 2023-07-30)
src/routes/mod.rs (89, 2023-07-30)
src/routes/subscriptions.rs (1268, 2023-07-30)
src/startup.rs (1343, 2023-07-30)
tests/ (0, 2023-07-30)
tests/api/ (0, 2023-07-30)
tests/api/health_check.rs (797, 2023-07-30)
tests/api/helpers.rs (3461, 2023-07-30)
tests/api/main.rs (50, 2023-07-30)
tests/api/subscriptions.rs (2595, 2023-07-30)

# mail-server A newsletter server that sends emails after subscribing, focused on an enterprise implementation, using Rust. Credit: "Zero to Production in Rust" book by [Luca Palmieri](https://github.com/LukeMathWalker). ## Requirements To successful run this code, you need to have Rust and Cargo installed on your Machine. For the instalation guide [click here](https://www.rust-lang.org/learn/get-started). ## Getting started Just clone the repo and use cargo to run the code as shown below ```bash $ git clone https://github.com/federicobaldini/mail-server $ cd mail-server mail-server->$ cargo run ```

近期下载者

相关文件


收藏者