Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ICavlek committed Jan 4, 2024
1 parent c51c81c commit 2e7e2d3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
# 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](https://github.com/LukeMathWalker/zero-to-production)

# Setup

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

```shell
./scripts/init_db.sh
```

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

```shell
./scripts/init_redis.sh
```

Run the following to startup the application:

```shell
cargo run
```

0 comments on commit 2e7e2d3

Please sign in to comment.