InfrAudit is a cloud infrastructure auditing and monitoring platform that helps organizations track, analyze, and optimize their cloud resources. It provides real-time monitoring, cost analysis, security drift detection, and automated recommendations for infrastructure optimization.
- React + TypeScript (Vite)
- Configure API base via
VITE_API_BASE_URLand OAuth backend viaVITE_OAUTH_BACKEND_BASE
npm install
npm run devdocker compose up --build -d
# open http://localhost:8080VITE_API_BASE_URL=http://localhost:8080
VITE_OAUTH_BACKEND_BASE=http://localhost:8080Made with ❤️ by thedevopsguy