This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <# | |
| .SYNOPSIS | |
| NutriTrack - Complete End-to-End Setup Script for Windows PowerShell | |
| .DESCRIPTION | |
| Clones the NutriTrack CI/CD Microservices project from GitHub, builds all modules, | |
| and deploys the entire stack using Docker Compose β including SonarQube, Prometheus, | |
| Grafana, and all 6 microservices with MySQL. | |
| .PARAMETER SkipTests |