Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 525 Bytes

File metadata and controls

25 lines (17 loc) · 525 Bytes

zero2prod

Web application for sending newsletter to subscribers. Based on the book "Zero To Production In Rust" by Luca Palmieri. All credits to owner's repository zero-to-production

Setup

Run the following script to setup and run PostgreSQL docker image.

./scripts/init_db.sh

Run the following script to setup and run Redis docker image.

./scripts/init_redis.sh

Run the following to startup the application:

cargo run