Skip to content

Commit

Permalink
[Add] 別リポジトリから移動
Browse files Browse the repository at this point in the history
  • Loading branch information
m28dev committed Mar 14, 2018
1 parent 92f4002 commit d503d39
Show file tree
Hide file tree
Showing 16 changed files with 11,443 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules/
build/
.env
26 changes: 26 additions & 0 deletions README.md
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にする
- [ ] アクセストークンの期限が切れた場合の更新処理
Loading

0 comments on commit d503d39

Please sign in to comment.