Skip to content

Instantly share code, notes, and snippets.

@A00336136
A00336136 / setup-nutritrack.ps1
Created April 15, 2026 21:45
NutriTrack - Complete End-to-End Setup Script for Windows PowerShell
<#
.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