Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bethel-nz/t3-auth-stack
- Owner: Bethel-nz
- Created: 2023-11-01T02:59:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-01T03:01:06.000Z (about 1 year ago)
- Last Synced: 2024-04-17T23:56:11.568Z (9 months ago)
- Language: TypeScript
- Size: 306 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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