Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkaidev/mkaidev-auth-v5
https://github.com/mkaidev/mkaidev-auth-v5
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mkaidev/mkaidev-auth-v5
- Owner: mkaidev
- Created: 2024-08-16T11:31:54.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-17T13:43:20.000Z (4 months ago)
- Last Synced: 2024-08-18T13:47:01.249Z (4 months ago)
- Language: TypeScript
- Size: 244 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auth.js (next-auth) V5 (2024) with Next.js, Tailwind, DrizzleORM, NeonDB | Full Tutorial
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).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.