Ingress sends user traffic here for the public web experience.
GitHub Actions -> DockerHub -> ArgoCD
Hello World Platform
A minimal full-stack starter with Laravel, Next.js, Docker, GitHub Actions, and ArgoCD-ready manifests.
Laravel serves API traffic, workers, cron, and database migrations.
GitHub Actions tests, builds, pushes, then updates the manifest repo.
Live backend probe
Hello world from Laravel API
- Service
- backend-api
- App
- Mall
- Environment
- production
- DB
- mysql
- Queue
- redis
- Redis
- connected
1. Developer pushes code
2. Actions tests and builds images
3. DockerHub stores versioned images
4. Manifest repo receives new tag
5. ArgoCD runs migration and syncs apps