Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ga1az/nextjs-hono-prisma-better-auth
- Owner: ga1az
- Created: 2024-12-01T22:38:19.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-17T21:56:08.000Z (22 days ago)
- Last Synced: 2024-12-17T22:37:09.131Z (22 days ago)
- Topics: better-auth, full-stack, hono, honojs, mongodb, nextjs, prisma
- Language: TypeScript
- Homepage:
- Size: 309 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 installcp .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)