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

https://github.com/badiniibrahim/next-auth-magic-link-github-supabase

Authenticate your users with Prisma, Supabase, NextAuth, and TypeScript
https://github.com/badiniibrahim/next-auth-magic-link-github-supabase

hooks nextjs postgresql prisma react resend shadcn-ui supbase

Last synced: 2 months ago
JSON representation

Authenticate your users with Prisma, Supabase, NextAuth, and TypeScript

Awesome Lists containing this project

README

          

## Building a authenticate app with Prisma, Supabase, NextAuth, and TypeScript

Authenticate your users with Prisma, Supabase, NextAuth, and TypeScript

## About this Repository

![GitHub language count](https://img.shields.io/github/languages/count/badiniibrahim/nextjs-14-todo-app-server-action-with-prisma)
![GitHub top language](https://img.shields.io/github/languages/top/badiniibrahim/nextjs-14-todo-app-server-action-with-prisma)
![GitHub last commit](https://img.shields.io/github/last-commit/badiniibrahim/nextjs-14-todo-app-server-action-with-prisma)
![Github Repo Size](https://img.shields.io/github/repo-size/badiniibrahim/nextjs-14-todo-app-server-action-with-prisma)
JavaScript
React
Next.js
TypeScript
JSON
GitHub license

🛰️ 🌐 🗄 📡 Technologies
Next

React

Tailwind

Postgresql

Supabase

Shadcn ui

Resend

🔐 Setup .env file
DATABASE_URL

GITHUB_ID

GITHUB_SECRET

EMAIL_SERVER_USER

EMAIL_SERVER_PASSWORD

EMAIL_SERVER_HOST

EMAIL_SERVER_PORT

EMAIL_FROM

NEXTAUTH_SECRET

## :running: Run Locally

Clone the project

```bash
git https://github.com/badiniibrahim/next-auth-magic-link-github-supabase.git
```

Install dependencies
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

```bash
yarn install
```

## Getting Started

Start the server
First, run the development server:

```bash
yarn run dev
```

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

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!

### :triangular_flag_on_post: Deployment

To deploy this project run

##### Deploy on Vercel

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.

# Screenshot

![alt text](1.png)