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

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)

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
```