Update README.md for backend and frontend

This commit is contained in:
Stephen Seo 2022-04-06 20:38:49 +09:00
parent 50221a0356
commit 62431f0d0e
2 changed files with 13 additions and 0 deletions

10
back_end/README.md Normal file
View File

@ -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.

View File

@ -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.