commit 29701e670902ff1ba6680318e4034d96f12acc2c Author: Zhongheng Liu Date: Sun Aug 3 00:19:27 2025 +0800 add child components as git submodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..345c71b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "api"] + path = api + url = git@stvnliu.me:steven/epq-api +[submodule "web"] + path = web + url = git@stvnliu.me:steven/epq-web diff --git a/README.md b/README.md new file mode 100644 index 0000000..face096 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# WebSockets-based fully functional global chat server + +Uses Spring Boot and STOMP on the Backend; React JS on the Frontend. diff --git a/api b/api new file mode 160000 index 0000000..4674503 --- /dev/null +++ b/api @@ -0,0 +1 @@ +Subproject commit 4674503a2cfe978470b38ac20449298f3f1b1c59 diff --git a/web b/web new file mode 160000 index 0000000..a38c09d --- /dev/null +++ b/web @@ -0,0 +1 @@ +Subproject commit a38c09df731caece19f2a36f8037369093c48f9a