<aside> 💡
This documentation explains how the project repositories were obtained and prepared for local development and future deployments. Due to access restrictions on the original GitHub organisation (Digital Witch), we received the source files in .zip format rather than cloning the repositories directly using git clone
</aside>
Since some of the original repositories were private, we received the entire project in a .zip file from our project lead.
.zip file provided by the project lead.Downloaded the file and extracted its contents to our local machine.

This method ensured all project folders and files were accessible for further setup.

After unzipping, the zipped folder revealed the following key folders:
| Folder Name | Description |
|---|---|
| aws-three-tier-terrafrom-infrastrucure | Terraform scripts for provisioning AWS infrastructure |
| Kubernetes-manifest | YAML files for deploying the app to Kubernetes |
| Main_bank_Backend | Backend service for the bank app |
| Main_bank_frontend | Frontend UI for the bank app |

Once the zipped project folder was extracted : The project files were opened and explored using Visual Studio Code (VS Code) to begin configuration