This experimental project provides a foundational structure for implementing authentication in web applications using a minimalist approach.
This project is designed specifically for Next.js version 13+ and utilizes Server Side Components and App Router.
- Clone the repository:
git clone https://github.com/kelvinyelyen/next-auth.git - Navigate to the project directory:
cd next-auth - Install dependencies:
npm install - Setup environment variables:
.env.example - Start the development server:
npm run dev
- 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.