diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,3 +13,7 @@ $ curl --location --request POST 'localhost:8080/transaction' --header 'Content- | |||
13 | }' | 13 | }' |
14 | ``` | 14 | ``` |
15 | 15 | ||
16 | # Big Thank List | ||
17 | - https://github.com/blurbyte/restful-rust | ||
18 | - https://github.com/zupzup/warp-postgres-example | ||
19 | - https://blog.logrocket.com/create-an-async-crud-web-service-in-rust-with-warp/ | ||