NextJS-Auth is a test project aimed at exploring the new app routing feature introduced in Next.js 13, along with implementing authentication using NextAuth. The project is built using React, Next.js, NextAuth, Prisma for the database, and Mantine UI for a sleek user interface.
- Next.js 13 App Routing: Dive into the new app routing feature for better navigation.
- Authentication: Implement secure authentication using NextAuth.
- Database: User data is managed by Prisma.
- Modern UI: The user interface is designed with Mantine UI.
- React
- Next.js 13
- NextAuth
- Prisma (Database)
- Mantine UI
- Node.js
- npm
- Clone the repository
git clone https://github.com/waldymarxthf/nextjs-auth.git
- Navigate to the project directory
cd nextjs-auth
- Install dependencies
npm install
- Run the development server
npm run dev
