diff options
-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/ |