Skip to content

🚀 Hono x Better Auth: Seamlessly integrate powerful authentication with Hono, Better-Auth and Drizzle ORM. Secure, scalable, and built for modern web applications. 🛡️✨

Notifications You must be signed in to change notification settings

LovelessCodes/hono-better-auth

Repository files navigation

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

Hono Version
Better Auth Version
Drizzle Version

Installation

Follow these steps to set up and run the project:

  1. Install Dependencies: Use the following command to install the project dependencies:

    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:

    bunx drizzle-kit push
  4. Run the Application: Start the development server with the command:

    bun run dev
  5. Access the Application: Open your web browser and navigate to 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.

About

🚀 Hono x Better Auth: Seamlessly integrate powerful authentication with Hono, Better-Auth and Drizzle ORM. Secure, scalable, and built for modern web applications. 🛡️✨

Topics

Resources

Stars

Watchers

Forks