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! π