Rust Mail App from zero2prod book
Go to file
Nick Bland ee6e255b2e
Validation for user's name and email
Email validation is still primitive but checks if the email could theoretically exist (name@domain.com). Separation of Subscriber type into a module as well as actions that cane be performed on it. Updates to the subscribe functionality to align with new test cases that have been made.
2022-01-12 17:51:55 +10:00
configuration More adjustments for drone 2022-01-05 00:31:52 +10:00
migrations Stage changes to implement postgres DB as well as initialise its state 2021-11-05 12:16:04 +10:00
scripts Update drone pipeline 2021-11-08 12:43:28 +10:00
src Validation for user's name and email 2022-01-12 17:51:55 +10:00
tests Validation for user's name and email 2022-01-12 17:51:55 +10:00
.Dockerignore Very large docker image size optimisations 2021-11-16 15:40:32 +10:00
.drone.yml More adjustments for drone 2022-01-05 00:31:52 +10:00
.env implement test changes regarding database 2021-11-07 00:23:49 +10:00
.gitignore Make application dockerised 2021-11-16 14:34:05 +10:00
Cargo.lock Validation for user's name and email 2022-01-12 17:51:55 +10:00
Cargo.toml Validation for user's name and email 2022-01-12 17:51:55 +10:00
Dockerfile adjustments to allow docker image to be built in 2021 edition 2022-01-03 19:09:52 +10:00
spec.yaml Digital Ocean Deployment 2022-01-03 17:11:11 +10:00
sqlx-data.json adjustments to allow docker image to be built in 2021 edition 2022-01-03 19:09:52 +10:00