diff --git a/back_end/README.md b/back_end/README.md new file mode 100644 index 0000000..a131b30 --- /dev/null +++ b/back_end/README.md @@ -0,0 +1,10 @@ +# How to run + +Just invoke `cargo run --release` to start the server locally. It expects to +have sqlite already installed on your system. Note that the server listens on +port 1237. + +# Other Notes + +See [choose-a-license](https://choosealicense.com/licenses/gpl-3.0) for details +about the software license used. diff --git a/front_end/README.md b/front_end/README.md index 55dfdcd..50f1689 100644 --- a/front_end/README.md +++ b/front_end/README.md @@ -14,3 +14,6 @@ The webserver hosting this `front_end` is [here](https://asdm.seodisparate.com). Note that this website may not host the latest version of this `front_end`. + +See [choose-a-license](https://choosealicense.com/licenses/gpl-3.0) for details +about the software license used.