A full-stack dating site built with Next.js, featuring user authentication, profiles, matching algorithm, and chat functionality.
Install Node.js (version 18 or higher) from https://nodejs.org/
Install dependencies:
npm install
npx prisma generate
npx prisma db push
.env.local file with:NEXTAUTH_SECRET=your-secret-key
NEXTAUTH_URL=http://localhost:3000
npm run dev
Open http://localhost:3000 with your browser.