Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ app-template Public template

A template for a three-tier web app hosted by Fly.io using React, Go, gRPC, and DynamoDB.

Notifications You must be signed in to change notification settings

jjti/app-template

Repository files navigation

app-template

A template for a three-tier web app hosted by Fly.io using React, Go, gRPC, and DynamoDB.

Components

Development

# start server, restart on changes to any file
source ./scripts/aws-creds
make dev

# make changes to api specs
make proto

Deploy

# terraform apply
source ./scripts/aws-creds
make tf/apply

# deploy fly machine
make fly/deploy

# set fly secrets (only needed once)
fly secrets set AWS_REGION=us-east-1
fly secrets set AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID
fly secrets set AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY

About

A template for a three-tier web app hosted by Fly.io using React, Go, gRPC, and DynamoDB.

Resources

Stars

Watchers

Forks