diff options
author | Yigit Sever | 2021-05-10 20:27:53 +0300 |
---|---|---|
committer | Yigit Sever | 2021-05-10 20:27:53 +0300 |
commit | ba77c7103a5433bc7e0c18af14f64252ac08e635 (patch) | |
tree | 78eafd50e195c968b91cd137ca54decc2cd5dc94 | |
parent | 11e38a82bd6fd9579f7947a0230f1f0afb422257 (diff) | |
download | gradecoin-ba77c7103a5433bc7e0c18af14f64252ac08e635.tar.gz gradecoin-ba77c7103a5433bc7e0c18af14f64252ac08e635.tar.bz2 gradecoin-ba77c7103a5433bc7e0c18af14f64252ac08e635.zip |
Clarify required folders
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,6 @@ | |||
1 | # Gradecoin | 1 | # Gradecoin |
2 | 2 | ||
3 | This will sit behind nginx reverse proxy so running at 127.0.0.1:8080 or not using https is not a problem. | 3 | This is designed to sit behind nginx reverse proxy so running at 127.0.0.1:8080 or not using https is not a problem. |
4 | 4 | ||
5 | It's currently live over at https://gradecoin.xyz. | 5 | It's currently live over at https://gradecoin.xyz. |
6 | 6 | ||
@@ -12,7 +12,9 @@ $ cargo test | |||
12 | $ cargo doc --open | 12 | $ cargo doc --open |
13 | ``` | 13 | ``` |
14 | 14 | ||
15 | # Big Thank List | 15 | The executable `main` needs the `/templates`, `users` and `blocks` folders. It also expects a `secrets/gradecoin.pem` file with the private key of the system. |
16 | |||
17 | # References | ||
16 | - https://github.com/blurbyte/restful-rust | 18 | - https://github.com/blurbyte/restful-rust |
17 | - https://github.com/zupzup/warp-postgres-example | 19 | - https://github.com/zupzup/warp-postgres-example |
18 | - https://blog.logrocket.com/create-an-async-crud-web-service-in-rust-with-warp/ | 20 | - https://blog.logrocket.com/create-an-async-crud-web-service-in-rust-with-warp/ |