Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bethel-nz/t3-auth-stack

T3 app with my custom packages
https://github.com/bethel-nz/t3-auth-stack

Last synced: about 1 month ago
JSON representation

T3 app with my custom packages

Awesome Lists containing this project

README

        




Next.js Auth Starter




This is a Next.js starter kit that uses Next-Auth for simple email + password login

Prisma as the ORM, and a Vercel Postgres database to persist the data.



This is a clone of vercels next-auth postgresql starter, modified to suite my preference


## Update all dependencies
```bash
yarn yarn-upgrade-all
```

or

```bash
yarn yarn-upgrade-all
```

## Deploy Your Own

You can clone & deploy it to Vercel

## Developing Locally

You can clone & create this repo with the following command

```bash
yarn create-next-app nextjs-typescript-starter --example "https://github.com/Bethel-nz/t3-auth-stack"
```

or

```bash
npx create-next-app nextjs-typescript-starter --example "https://github.com/Bethel-nz/t3-auth-stack"
```

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Learn More

To learn more about Next.js, take a look at the following resources:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
# T3-Auth-Stack