Axolotl is a minimal Hono-based service that exposes a single health-check endpoint. It is designed to be lightweight and easy to deploy, providing a simple way to verify that the service is running.
Install dependencies with pnpm:
pnpm installStart the development server:
pnpm devOpen http://localhost:3000/swagger to view the generated OpenAPI documentation.