|
@@ -27,6 +27,10 @@ You may set the log level by prepending `RUST_LOG=<level>`, where level correspo
|
|
RUST_LOG=trace cargo run
|
|
RUST_LOG=trace cargo run
|
|
```
|
|
```
|
|
_Note that logs messages are not currently enabled in the tests by lack of time and will._
|
|
_Note that logs messages are not currently enabled in the tests by lack of time and will._
|
|
|
|
+
|
|
|
|
+## See proof of plays
|
|
|
|
+They are stored in the SQLite `pops.db` file in the working directory. For the tests, a `test.db` fle is used, instead.
|
|
|
|
+
|
|
## Using Insomnia
|
|
## Using Insomnia
|
|
An Insomnia file is available (`api_insomnia.json`). You may import it to help you debug or comprehend how to use this real-time pop server implementation.
|
|
An Insomnia file is available (`api_insomnia.json`). You may import it to help you debug or comprehend how to use this real-time pop server implementation.
|
|
|
|
|
|
@@ -71,4 +75,4 @@ An Insomnia file is available (`api_insomnia.json`). You may import it to help y
|
|
```
|
|
```
|
|
|
|
|
|
## License
|
|
## License
|
|
-MIT Licensed. See LICENSE.md
|
|
|
|
|
|
+MIT Licensed. See LICENSE.md
|