From: Stephen Seo Date: Wed, 6 Apr 2022 11:38:49 +0000 (+0900) Subject: Update README.md for backend and frontend X-Git-Tag: sprint_05_day_3~2 X-Git-Url: https://git.seodisparate.com/stephenseo/server_config?a=commitdiff_plain;h=62431f0d0e822d9cd7b7194b1174998fca9b8386;p=EN605.607.81.SP22_ASDM_Project Update README.md for backend and frontend --- 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.