Skip to content

kelvinyelyen/next-auth

Repository files navigation

NextAuth Starter

This experimental project provides a foundational structure for implementing authentication in web applications using a minimalist approach.

Getting Started

This project is designed specifically for Next.js version 13+ and utilizes Server Side Components and App Router.

Installation

  1. Clone the repository: git clone https://github.com/kelvinyelyen/next-auth.git
  2. Navigate to the project directory: cd next-auth
  3. Install dependencies: npm install
  4. Setup environment variables: .env.example
  5. Start the development server: npm run dev

Built Using

  • Next.js: Provides server-side rendering for efficient React templates.
  • Vercel PostgresSQL: Scalable database solution for managing template data.
  • Prisma: Simplifies database operations for seamless integration.
  • NextAuth.js: Enables easy integration of authentication strategies.
  • Tailwind CSS: Facilitates rapid and flexible UI styling in templates.

Feel free to reach out to me through email at [email protected] or on Twitter/X if you have any questions or feedback! Hope you find this useful.

About

Authjs Nextjs integration with Vercel Postgres & Prisma

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published