add child components as git submodules

This commit is contained in:
Zhongheng Liu 2025-08-03 00:19:27 +08:00
commit 29701e6709
Signed by: steven
GPG key ID: 805A28B071DAD84B
4 changed files with 11 additions and 0 deletions

6
.gitmodules vendored Normal file
View file

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

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# WebSockets-based fully functional global chat server
Uses Spring Boot and STOMP on the Backend; React JS on the Frontend.

1
api Submodule

@ -0,0 +1 @@
Subproject commit 4674503a2cfe978470b38ac20449298f3f1b1c59

1
web Submodule

@ -0,0 +1 @@
Subproject commit a38c09df731caece19f2a36f8037369093c48f9a