- React
- React Router
- Tailwind CSS V4
- Daisy UI
- Resend
- TypeScript
- Prisma / PostgreSQL
- (Should work without JS)
- Login
- Signup
- Forgot Password
- Reset Password
- OTP Login
- OTP Login Validation
- Email Verification
- Clone the repository
- Setup .env file from .env.example
- Start the docker dev db with
docker compose up -d
- Run
npm run dev
to start the development server.