From 62431f0d0e822d9cd7b7194b1174998fca9b8386 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Wed, 6 Apr 2022 20:38:49 +0900 Subject: [PATCH] Update README.md for backend and frontend --- back_end/README.md | 10 ++++++++++ front_end/README.md | 3 +++ 2 files changed, 13 insertions(+) create mode 100644 back_end/README.md 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.