- Go to: https://neon.tech
- Sign up with Google/GitHub (instant, no credit card)
- Create a project:
- Name:
UniPath - Region: Choose closest to you
- Name:
- Copy the connection string:
- Click "Connection string"
- Copy the full string (looks like:
postgresql://user:pass@...)
- Update your
.env.local:- Replace the
DATABASE_URLvalue - Save the file
- Replace the
- Go to: https://supabase.com
- Create new project
- Settings > Database > Connection String
- Copy and paste into
.env.local
Run these commands:
npx prisma generate
npx prisma db push
npm run devYour app will be fully functional! 🚀