Skip to content

Commit 50dbc36

Browse files
committed
Differentiate between static/dynamic web content
1 parent 45f865f commit 50dbc36

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

api/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Module :api
2+
3+
## Description
4+
This module contains the API for all client applications, or the dynamic content.
5+
6+
## Building
7+
8+
### Cloud Build/Run
9+
`project.toml` defines the Docker image for the API, using Google's utility (can't remember the name ATM)

app-server/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Module :app-server
2+
3+
## Description
4+
This module contains the web-client server for the application, or the static content.

0 commit comments

Comments
 (0)