https://github.com/vbudithi/property-lynk-nextjs
Property listing website built using Nextjs and MongoDB
https://github.com/vbudithi/property-lynk-nextjs
cloudinary-integration mongodb-database nextauth-google nextjs15 reactjs tailwindcss
Last synced: about 2 months ago
JSON representation
Property listing website built using Nextjs and MongoDB
- Host: GitHub
- URL: https://github.com/vbudithi/property-lynk-nextjs
- Owner: vbudithi
- Created: 2025-09-26T13:47:00.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-01-17T01:47:18.000Z (5 months ago)
- Last Synced: 2026-01-17T13:59:16.137Z (5 months ago)
- Topics: cloudinary-integration, mongodb-database, nextauth-google, nextjs15, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://propertylynk-nextjs.vercel.app/
- Size: 10.9 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PropertyLynk
A full-stack rental property listing platform.
## π οΈ Tech Stack
### **Frontend**
- **Next.js** β App Router, SSR/SSG, server components
- **React** β UI component library
- **Tailwind CSS** β Utility-first styling
- **Framer Motion** β Smooth animations & transitions
- **React Icons** β Scalable icon library
### **Backend**
- **MongoDB** β NoSQL database for listing & user data
- **Next.js API Routes** β Server-side logic
- **Cloudinary** β Image upload & optimization
- **Mapbox** β Geocoding and interactive maps
---
## π Integrations
### πΊοΈ **Mapbox**
Used for:
- Displaying maps on property pages
- Converting addresses into coordinates
- Interactive map markers for listings
### πΈ **Cloudinary**
Used for:
- Uploading property images
- Fast & optimized CDN delivery
- Image transformations
---
### screenshots















---
## π¦ Local Setup:
```bash
npm install # Install dependencies
npm run dev # Start the development server
```