This repository contains a simple web application built with HonoJS that provides:
- Home page with environment information
- Health check endpoint for monitoring
- Prometheus-compatible metrics endpoint
📖 DevContainer Setup → .devcontainer/README.md
Follow the DevContainer setup guide to get started. The DevContainer provides a pre-configured development environment with all tools installed.
Once your DevContainer is running, visit http://localhost:3000 - you should see a congratulations page! 🎉
GET /- Home page with environment informationGET /health- Health check endpoint (returns JSON)GET /metrics- Prometheus metrics
Your interviewer will guide you through the exercise. The DevContainer includes all the tools you need:
- 🐳 Docker
- ☁️ AWS CLI
- 🐙 GitHub CLI
- ☸️ kubectl + Helm
- 🟢 Node.js + TypeScript + PNPM
Good luck! 🚀