https://github.com/LovelessCodes/hono-better-auth
🚀 Hono x Better Auth: Seamlessly integrate powerful authentication with Hono, Better-Auth and Drizzle ORM. Secure, scalable, and built for modern web applications. 🛡️✨
https://github.com/LovelessCodes/hono-better-auth
authentication authentication-backend better-auth drizzle-orm hono honojs turso
Last synced: 3 months ago
JSON representation
🚀 Hono x Better Auth: Seamlessly integrate powerful authentication with Hono, Better-Auth and Drizzle ORM. Secure, scalable, and built for modern web applications. 🛡️✨
- Host: GitHub
- URL: https://github.com/LovelessCodes/hono-better-auth
- Owner: LovelessCodes
- Created: 2024-11-07T07:20:45.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-03-11T09:29:50.000Z (3 months ago)
- Last Synced: 2025-03-19T12:56:38.580Z (3 months ago)
- Topics: authentication, authentication-backend, better-auth, drizzle-orm, hono, honojs, turso
- Language: TypeScript
- Homepage: https://hono.betterjs.dev
- Size: 72.3 KB
- Stars: 24
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - Link
README
# Hono x Better Auth
Welcome to the **Hono x Better Auth** project.
This project combines the power of Hono, Better Auth, and Drizzle ORM to provide a robust and scalable authentication solution.## Using


## Installation
Follow these steps to set up and run the project:
1. **Install Dependencies**:
Use the following command to install the project dependencies:```sh
bun install
```2. **Configure Environment Variables**:
Copy the `.env.example` file to `.env` and configure the environment variables according to your needs.3. **Run Migrations**:
Run the migrations with the command:```sh
bunx drizzle-kit push
```4. **Run the Application**:
Start the development server with the command:```sh
bun run dev
```5. **Access the Application**:
Open your web browser and navigate to [http://localhost:8558](http://localhost:8558) to access the application.## About
- **Hono**: A next-generation Node.js framework that provides a comprehensive ecosystem to build fast and reliable web applications.
- **Better Auth**: A flexible and easy-to-use authentication library that ensures secure user authorization.- **Drizzle ORM**: A lightweight and efficient ORM for TypeScript-based projects, providing seamless database interactions.
We hope you enjoy using Hono x Better Auth. If you have any questions, feel free to reach out through [GitHub Issues](https://github.com/LovelessCodes/hono-better-auth/issues).