Spaces:
Running
on
Zero
Running
on
Zero
test
Browse files
mysite/routers/fastapi.py
CHANGED
@@ -205,7 +205,10 @@ def setup_webhook_routes(app: FastAPI):
|
|
205 |
下記の質問に対応するコードをdjangoでアプリを作成 プロジェクトはいりません
|
206 |
fastapiでrouter部分を作成 組み込みはメイン部分でします
|
207 |
フロントエンドをgradioで作成
|
208 |
-
|
|
|
|
|
|
|
209 |
仕様書の作成
|
210 |
PlantUMLでシーケンス図の作成
|
211 |
|
|
|
205 |
下記の質問に対応するコードをdjangoでアプリを作成 プロジェクトはいりません
|
206 |
fastapiでrouter部分を作成 組み込みはメイン部分でします
|
207 |
フロントエンドをgradioで作成
|
208 |
+
#google apps script frontend
|
209 |
+
googleappsscript doGet でのgradioの表示処理を作成 google.script.runで関数は呼び出し
|
210 |
+
#google apps script backend
|
211 |
+
frontendからの呼び出し用のバックエンドスクリプト
|
212 |
仕様書の作成
|
213 |
PlantUMLでシーケンス図の作成
|
214 |
|