add child components as git submodules
This commit is contained in:
commit
29701e6709
4 changed files with 11 additions and 0 deletions
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal 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
3
README.md
Normal 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
1
api
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 4674503a2cfe978470b38ac20449298f3f1b1c59
|
1
web
Submodule
1
web
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit a38c09df731caece19f2a36f8037369093c48f9a
|
Loading…
Add table
Add a link
Reference in a new issue