{"id":29479243,"url":"https://github.com/avinashumrao/safarnest","last_synced_at":"2026-04-05T23:04:38.784Z","repository":{"id":304450949,"uuid":"1014360640","full_name":"AvinashUmrao/SafarNest","owner":"AvinashUmrao","description":"A full-stack vacation rental web app like Airbnb with listing, booking, and search functionality, built using Node.js, Express, EJS, and MongoDB.","archived":false,"fork":false,"pushed_at":"2025-07-13T06:25:25.000Z","size":110,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-13T08:36:26.359Z","etag":null,"topics":["bootstrap","cloudinary","ejs","expressjs","mapbox","mongodb","nodejs","passportjs","vacation-rental"],"latest_commit_sha":null,"homepage":"https://safarnest-8im9.onrender.com","language":"EJS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AvinashUmrao.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-05T15:11:58.000Z","updated_at":"2025-07-13T06:25:28.000Z","dependencies_parsed_at":"2025-07-13T08:36:46.411Z","dependency_job_id":null,"html_url":"https://github.com/AvinashUmrao/SafarNest","commit_stats":null,"previous_names":["avinashumrao/safarnest"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/AvinashUmrao/SafarNest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AvinashUmrao%2FSafarNest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AvinashUmrao%2FSafarNest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AvinashUmrao%2FSafarNest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AvinashUmrao%2FSafarNest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AvinashUmrao","download_url":"https://codeload.github.com/AvinashUmrao/SafarNest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AvinashUmrao%2FSafarNest/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265344246,"owners_count":23750554,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","cloudinary","ejs","expressjs","mapbox","mongodb","nodejs","passportjs","vacation-rental"],"created_at":"2025-07-14T20:12:54.215Z","updated_at":"2025-12-30T22:07:33.808Z","avatar_url":"https://github.com/AvinashUmrao.png","language":"EJS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n---\n\n# 🌍 SafarNest 🏡\n\nA Full-Stack Vacation Rental Platform\n\n## 🚀 Project Summary\n\n**SafarNest** is a comprehensive full-stack web application that allows users to browse, book, and list vacation accommodations, including houses, villas, and farmhouses. Inspired by platforms like Airbnb, it offers a seamless and intuitive user experience, real-time property mapping, and secure user authentication.\n\n## 🌐 Frontend\n\n**Technologies:** HTML, CSS, JavaScript, Bootstrap, EJS\n**Features:**\n\n* 📱 Fully Responsive Design\n* 🔍 Search \u0026 Filter Listings\n* 🗺️ Mapbox Integration for Property Location View\n* 🎨 EJS Templates for Dynamic Content\n\n## 🛠️ Backend\n\n**Technologies:** Node.js, Express.js\n**Features:**\n\n* 🔒 Authentication via Passport.js (Local, Google \u0026 GitHub OAuth)\n* 🧩 RESTful APIs for Listings, Reviews, and Users\n* 📦 MVC Architecture for Scalability\n* 🍪 Session \u0026 Cookie Handling with Flash Messages\n\n## 🗄️ Database\n\n**MongoDB Atlas** with **Mongoose ODM**\n\n* Structured Schema for Listings, Users, and Reviews\n* Query Handling for Search, Filter, and Booking\n\n## ☁️ Cloudinary Integration\n\n* Secure and optimized image hosting\n* Fast media delivery for property visuals\n\n## 🌟 Key Features\n\n* 🛏 Browse \u0026 Book Unique Stays\n* 🔍 Advanced Filters by Category (Trending, Camping, etc.)\n* 📝 User Reviews \u0026 Ratings\n* 📊 Client/Server-side Validations\n* 🧾 Tax Toggle for Price Transparency\n\n## 🗺 Deployment\n\n**Live App:** [SafarNest on Render](https://safarnest-8im9.onrender.com)\n**Database:** MongoDB Atlas\n**Image Hosting:** Cloudinary\n\n## 📂 Folder Structure\n\n```\nSafarNest/\n│-- controllers/       # Business logic  \n│-- models/            # Mongoose schemas  \n│-- routes/            # Express routes  \n│-- views/             # EJS templates  \n│-- public/            # Static assets (CSS, JS, images)  \n│-- utils/             # Utility functions  \n│-- middleware.js      # Custom middleware  \n│-- cloudconfig.js     # Cloudinary config  \n│-- app.js             # Main server file  \n│-- .env               # Environment variables  \n```\n\n## ⚙️ Installation \u0026 Setup\n\n```bash\ngit clone https://github.com/yourusername/safarnest.git  \ncd safarnest  \nnpm install  \n```\n\nCreate a `.env` file with:\n\n```env\nCLOUD_NAME=your_cloudinary_name  \nCLOUD_API_KEY=your_key  \nCLOUD_API_SECRET=your_secret  \nMAP_API_KEY=your_mapbox_key  \nATLASDB_URL=your_mongodb_uri  \nSECRET=your_session_secret  \n```\n\n## 📦 Tech Stack\n\n* **Frontend:** HTML, CSS, JS, Bootstrap, EJS\n* **Backend:** Node.js, Express.js\n* **Database:** MongoDB Atlas\n* **Authentication:** Passport.js (Local + OAuth)\n* **File Uploads:** Multer + Cloudinary\n* **Validation:** Joi\n* **Session Management:** express-session + connect-mongo\n\n## 📜 License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favinashumrao%2Fsafarnest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favinashumrao%2Fsafarnest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favinashumrao%2Fsafarnest/lists"}