We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f865f commit 50dbc36Copy full SHA for 50dbc36
api/README.md
@@ -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
@@ -0,0 +1,4 @@
+# Module :app-server
+This module contains the web-client server for the application, or the static content.
0 commit comments