-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
11,443 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
node_modules/ | ||
build/ | ||
.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Miyoko | ||
|
||
## 概要 | ||
受付のミヨコさんはお客さんの顔を覚えます。 | ||
|
||
## セットアップ | ||
## AWS Resource | ||
1. S3バケット作成(Static Website Hosting) | ||
2. Amazon CloudFront作成 | ||
3. Amazon DynamoDB作成 | ||
4. Amazon Rekognition作成 | ||
|
||
顔の取り込みで使用しているWeb APIのMediaDevicesはSecure Contextsでのみ動作するためCloudFrontを利用します | ||
|
||
## Application | ||
1. $ npm build | ||
2. publicとbuildの内容をS3にコピー | ||
|
||
## Authentication | ||
- Amazon Cognito Identity Pool作成 | ||
- GoogleでOIDC | ||
- .envにIDプールとクライアントIDを記述 | ||
|
||
## TODO | ||
- [ ] セットアップをAWS CloudFormationにする | ||
- [ ] アクセストークンの期限が切れた場合の更新処理 |
Oops, something went wrong.