Skip to content

EricTechPro/match-me

Repository files navigation

Match Me App

A full-stack dating application built with Next.js 14, Prisma, NextAuth, Pusher, and Cloudinary.

URL

YouTube App Demo

Tools

  • Next.js 14
  • Prisma
  • NextAuth (Auth.js)
  • Pusher
  • Cloudinary
  • Vercel
  • PostgreSQL
  • React Hook Form
  • Zod Validation
  • Zustand
  • TypeScript

Prerequisites

  • Node.js (v18 or higher)
  • PostgreSQL database

Installation

  1. Clone the repo
  2. Install packages npm install
  3. Set up environment variables in .env file
  4. Set up Prisma database
npx prisma generate
npx prisma migrate dev
npx prisma db seed
  1. Run the development server npm run dev

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages