TypeScript API starter using Hono, Drizzle, MySQL, and BullMQ
hono-starter is a TypeScript API starter combining Hono routing, Drizzle ORM, MySQL, and BullMQ for background jobs. It includes schema validation, JWT-based auth scaffolding, OpenAPI documentation, and Docker Compose for local development. Suited for building REST APIs and backend services that require relational data and queued background processing.
0