Skip to content

Commit e7bbe36

Browse files
committed
Add zero2prod - ch1~ch4
1 parent a9b35b3 commit e7bbe36

23 files changed

+3770
-0
lines changed

README.org

+2
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,5 @@ The official rust book - [[https://github.com/rust-lang/book][The Rust Programmi
7070
- [[file:too-many-lists/lists/src/lib.rs][code]]
7171

7272
* [[file:hash-pipeline/hash-pipeline.org][hash-pipeline]]
73+
74+
* [[file:zero2prod/zero2prod.org][zero2prod]]

zero2prod/.env

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DATABASE_URL="postgres://postgres:pw@localhost:5432/newsletter"

zero2prod/.envrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
use flake

0 commit comments

Comments
 (0)