https://github.com/nikitavoloboev/new-next-postgres-auth
New website (Next.js, Postgres, Better Auth)
https://github.com/nikitavoloboev/new-next-postgres-auth
Last synced: 4 months ago
JSON representation
New website (Next.js, Postgres, Better Auth)
- Host: GitHub
- URL: https://github.com/nikitavoloboev/new-next-postgres-auth
- Owner: nikitavoloboev
- License: mit
- Created: 2025-03-11T21:25:04.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-11T21:47:31.000Z (10 months ago)
- Last Synced: 2025-06-05T18:55:28.159Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
Based of [Next.js SaaS Starter](https://github.com/nextjs/saas-starter)
## Setup
Need this `.env`:
Get `POSTGRES_URL` from [Neon](https://console.neon.tech). `STRIPE_SECRET_KEY` from [Stripe](https://stripe.com).
```
POSTGRES_URL=
STRIPE_SECRET_KEY=
```
```
bun i
```
## Run
```
bun dev
```