]> git.seodisparate.com - EN605.607.81.SP22_ASDM_Project/commitdiff
Update README.md for backend and frontend
authorStephen Seo <seo.disparate@gmail.com>
Wed, 6 Apr 2022 11:38:49 +0000 (20:38 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Wed, 6 Apr 2022 11:38:49 +0000 (20:38 +0900)
back_end/README.md [new file with mode: 0644]
front_end/README.md

diff --git a/back_end/README.md b/back_end/README.md
new file mode 100644 (file)
index 0000000..a131b30
--- /dev/null
@@ -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.
index 55dfdcdfe90e2ce1ca9511770c7acfd29c0df791..50f1689acff3bf09f413a27cc3c9b5c6ad92905c 100644 (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.