aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: daa0b0a10d8e3961f3daa5de05aeb569d2d9c7b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Gradecoin

This will sit behind nginx reverse proxy so running at 127.0.0.1:8080 or not using https is not a problem.

It's currently live over at https://gradecoin.xyz.

```
# Test the project
$ cargo test

# Read the documentation
$ cargo doc --open
```

# Big Thank List
- https://github.com/blurbyte/restful-rust
- https://github.com/zupzup/warp-postgres-example
- https://blog.logrocket.com/create-an-async-crud-web-service-in-rust-with-warp/

# How to be a good server
- https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml
- https://tools.ietf.org/html/rfc7231