cd client
npm --legacy-peer-deps install
npm startYou shoud add /client/src/config.json
{
    "create_api": "create_api URL",
    "send_api": "send_api URL"
}- emotion
 - tailwind css
 - MUI
 - ESLint
 - Prettier
 
https://zenn.dev/nakashi94/articles/f67fa9b54437da
- micro service archtecture
 
- EC2 (t2.micro or t3.micro)
 - S3
 - Amazon Email service
 - Amazon RDS (My SQL or PostgreSQL)
 - Lambda
 - Amazon Elastic Block Store(EBS)
 
- 
Database
create: param[mail] : store[data,mail,id] : return[id]get: param[id] : send email
 - 
SES
send: send email
 
# golang
go mod init xx
go mod tidy
# Deploy
./lambda.sh <function_name>"