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
- Clone the repository
- Install dependencies:
npm install
- Initialize the database:
npm run db:migrate
- Start the development server:
npm run dev