Password Manager built with Next.js and shadcn/ui.
- Next.JS with server action
- Prisma ORM
- Tailwind CSS
- shadcn/ui
- neon postgres
- username: "susan"
- email: "susan@example.com"
- password: "susan123"
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.