Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 723 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 723 Bytes

This is a Nextjs project that uses middleware, routeHandler, serverActions, RSC, suspense and drizzle orm with postgresql.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Fill the .env according to .env.example

Features

  1. Credentials login i.e login with email and password
  2. Password reset and email verification
  3. Login with google and github

Examples

Home Register Register-Success Verification-email Login