Requires: docker
- Navigate to root of repository:
cd path/to/repository - Build docker image:
docker compose build
- Run container:
docker compose up
- Reached at:
- Api: localhost:5000.
- Web app: localhost:5001.
Requires: Terraform
-
Make sure a valid terraform.tfvars is in the ./infra directory
-
Navigate to the ./infra directory:
cd path/to/repository/infra -
Deploy:
terraform init terraform plan terraform apply