Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 594 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 594 Bytes

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