A sleek and modern Airbnb-style full-stack web app that lets users find, list, and explore dreamy destinations — all from one platform.
✨ MERN Stack • 🧭 Travel Vibes • 📦 CRUD • 🔐 Auth • ☁️ MongoDB
🌐 Try it live →
👉 https://major-project-c0fs.onrender.com
| Frontend | Backend | Database | Deployment |
|---|---|---|---|
| HTML, CSS, JS (or React?) | Node.js + Express.js | MongoDB | Render / Vercel / Heroku |
✅ Fully Responsive UI
✅ User Authentication (Login/Signup)
✅ Explore listings across locations
✅ Add / Edit / Delete property listings
✅ Interactive dashboard
✅ RESTful API Integration
✅ Clean folder structure
✅ Travel-inspired UI
- Node.js
- MongoDB (local or cloud)
- Git
# 1. Clone the repository
git clone https://github.com/sainimanpreet/Major_Project.git
# 2. Move into the project directory
cd Major_Project
# 3. Install all dependencies
npm installnow run the project at http://localhost:8080/listings
npm start📍 localhost:8080/listingsWanderlust/
├── backend/
│ ├── models/
│ ├── routes/
│ └── controllers/
├── frontend/
│ ├── index.html
│ ├── style.css
│ └── script.js
├── .env
├── package.json
└── README.md# Fork → Clone → Code → Pull Request

