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.
Follow these steps to set up and run the project:
-
Install Dependencies: Use the following command to install the project dependencies:
bun install
-
Configure Environment Variables: Copy the
.env.example
file to.env
and configure the environment variables according to your needs. -
Run Migrations: Run the migrations with the command:
bunx drizzle-kit push
-
Run the Application: Start the development server with the command:
bun run dev
-
Access the Application: Open your web browser and navigate to http://localhost:8558 to access the application.
-
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.