Skip to content

LuisBarroso37/Newsletter

Repository files navigation

Newsletter

Email newsletter to which users can subscribe and receive notifications about new blog updates.

This project follows the book Zero To Production In Rust which is a great guide to backend development using Rust.

Pre-requisite

You'll need to install:

Launch a (migrated) Postgres database via Docker:

./scripts/init_db.sh

How to build

Using cargo:

cargo build

How to test

Using cargo:

cargo test

Releases

No releases published

Packages

No packages published