.
sh docker.dev.sh
Open http://localhost:3000.
sh docker.prod.sh
Open http://localhost:3000.
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
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.