Skip to content

gregalexsmith/workers-hono-api

Repository files navigation

Hono D1 API Example

A basic API using Hono and Cloudflare D1. It includes:

  • Basic email & password authentication with Lucia
  • Database management and ORM with Drizzle
  • OpenAPI spec and Swagger UI

Screenshots

Swagger UI

Development

  1. Clone the repository
  2. Install dependencies: npm install
  3. Initialize the database: npm run db:migrate
  4. Start the development server: npm run dev

Releases

No releases published

Packages

No packages published