Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 781 Bytes

README.md

File metadata and controls

47 lines (26 loc) · 781 Bytes

TURBOREPO + tRPC

.

Technologies

Startup dev

sh docker.dev.sh

Open http://localhost:3000.

Start prod in detached mode

sh docker.prod.sh

Open http://localhost:3000.

Build AWS Infrastructure

Building the base in AWS

cd iac/base

Add the required variables in terraform.tfvars

terraform apply

Building the app in AWS

cd iac/app

Add the required variables in terraform.tfvars

terraform apply

Build ECR repositories

Repositories will be created for api, client and verbecc and pushed up to AWS on each commit. You will need to add your secret variables in Github.

Author: Jarrod Medrano 👨🏻‍💻