Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ga1az/nextjs-hono-prisma-better-auth

Next.js + Hono + Prisma - Mongo + BetterAuth
https://github.com/ga1az/nextjs-hono-prisma-better-auth

better-auth full-stack hono honojs mongodb nextjs prisma

Last synced: 21 days ago
JSON representation

Next.js + Hono + Prisma - Mongo + BetterAuth

Awesome Lists containing this project

README

        

# Next.js + Hono + Prisma - Mongo + BetterAuth

## Tech stack

- Next.js 15
- Hono
- Prisma
- Mongo
- BetterAuth

## Features

- Private route with middleware
- SWR
- Hono RPC

## Setup

```bash
bun install

cp .env.template .env
```

## Run

```bash
bun dev
```

this repo is based on the [next-saas-starter](https://github.com/leerob/next-saas-starter) and [nextjs-better-auth-SaaS-stater](https://github.com/Bekacru/nextjs-better-auth-SaaS-stater)