workers-hono-api
workers-hono-api copied to clipboard
A basic example API using Hono and Cloudflare D1
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

Development
- Clone the repository
- Install dependencies:
npm install - Initialize the database:
npm run db:migrate - Start the development server:
npm run dev