Local Testing
Local Testing
Run IMUII Core Server locally without needing a VPS.
🧰 Requirements
- VirtualBox or local Ubuntu VM
- Ngrok account (for exposing local API)
⚙️ Steps
- Run your Go server:
go run main.go
- Expose port 8080 via ngrok:
ngrok http 8080
- Test subdomain provisioning:
test-app.imuii.dev.ngrok.io
🧠 Use Cloudflare sandbox mode for safe DNS testing.