A modern user management system built with Next.js, Prisma, and TypeScript.
- Clone the repository
git clone https://github.com/NxSYED-ux/user-management-system.git cd user-management-system - Install dependencies
npm install
- Set up environment variables
cp .env.example .env Edit .env with your database configuration
- Set up Prisma
npx prisma generate npx prisma db push
- Run the development server
npm run dev