pritamdev-bit /
Full-Stack-Authentication
A fullstack auth app with Next.js, TypeScript, MongoDB, and Mailtrap supporting signup, login, email verification, and password reset.
Loading repository data…
samabid / repository
Next.js full stack authentication app with shadcn ui
This is a Next.js project bootstrapped with create-next-app.
First, Replace the values from .env-example with your actual values
Install the required packages
run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open 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.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
Selected from shared topics, language and repository description—not editorial ratings.
pritamdev-bit /
A fullstack auth app with Next.js, TypeScript, MongoDB, and Mailtrap supporting signup, login, email verification, and password reset.
kamlesh0928 /
This project is a full-stack authentication system built with Next.js.
nikhilcoder1 /
A production-style full stack authentication system built using Next.js, MongoDB, and Mailtrap. Includes secure authentication, email verification, password reset, and protected routes.
KanishkTech /
A repository documenting my learning journey with Next.js, focusing on full-stack development. It includes projects with TypeScript, MongoDB, and Mailtrap. Explore server-side rendering, static generation, database integration, and email workflows while mastering Next.js concepts and best practices.
aayush130405 /
A modern, full-stack authentication system built with Next.js, MongoDB, TypeScript, and Mailtrap. This project demonstrates best practices for secure user authentication, email verification, password reset, and a beautiful, responsive UI.