{"id":23190241,"url":"https://github.com/kenzo0p/wanderlust","last_synced_at":"2026-04-07T16:32:14.068Z","repository":{"id":260218568,"uuid":"880333282","full_name":"kenzo0p/Wanderlust","owner":"kenzo0p","description":"Wanderlust is a full-stack web application inspired by Airbnb","archived":false,"fork":false,"pushed_at":"2024-12-03T21:15:32.000Z","size":258,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T06:41:34.281Z","etag":null,"topics":["bootstrap5","css","dom-manipulation","ejs-templates","expressjs","html5","javascript","mapbox","mvc-framework","nodejs","session-cookie"],"latest_commit_sha":null,"homepage":"https://wanderlust-p3e2.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/kenzo0p.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}},"created_at":"2024-10-29T14:37:10.000Z","updated_at":"2024-12-03T21:15:36.000Z","dependencies_parsed_at":"2024-11-20T19:23:13.703Z","dependency_job_id":"d89d2ab2-67a4-4a48-8a12-19768ce315a8","html_url":"https://github.com/kenzo0p/Wanderlust","commit_stats":null,"previous_names":["kenzo0p/wanderlust"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kenzo0p/Wanderlust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenzo0p%2FWanderlust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenzo0p%2FWanderlust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenzo0p%2FWanderlust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenzo0p%2FWanderlust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kenzo0p","download_url":"https://codeload.github.com/kenzo0p/Wanderlust/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenzo0p%2FWanderlust/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31520495,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bootstrap5","css","dom-manipulation","ejs-templates","expressjs","html5","javascript","mapbox","mvc-framework","nodejs","session-cookie"],"created_at":"2024-12-18T12:13:55.033Z","updated_at":"2026-04-07T16:32:14.047Z","avatar_url":"https://github.com/kenzo0p.png","language":"EJS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wanderlust 🏡🌍  \r\nWanderlust is a full-stack web application inspired by Airbnb, designed to provide users with a seamless platform for browsing and searching property listings based on categories and locations. This project demonstrates my proficiency in building scalable, user-friendly web applications using modern technologies.  \r\n\r\n---\r\n\r\n## 🚀 Features  \r\n- **Category-Wise Listings**: Explore properties like Cabins, Beaches, Mountains, Castles, and more.  \r\n- **Dynamic Search**: Search for properties with keyword-based filtering.  \r\n- **Responsive Design**: Optimized for all devices, including desktops, tablets, and mobile phones.  \r\n- **Location Integration**: Integrated **Mapbox** for location-based services.  \r\n- **Image Management**: Securely manage property images using **Cloudinary**.  \r\n- **Authentication**: Session-based login for personalized user experience.  \r\n- **Scalable MVC Architecture**: Built with a clean, modular structure for maintainability.  \r\n\r\n---\r\n\r\n## 🛠️ Tech Stack  \r\n- **Frontend**: EJS, HTML, CSS, Bootstrap  \r\n- **Backend**: Node.js, Express.js, MongoDB  \r\n- **Tools \u0026 Libraries**:  \r\n  - **Cloudinary**: For image storage and management  \r\n  - **Mapbox**: For location-based property listings  \r\n  - **Sessions**: For user authentication  \r\n  - **REST APIs**: For dynamic data handling  \r\n\r\n---\r\n\r\n## 🌐 Live Demo  \r\nCheck out the live application here: [Wanderlust Live App](https://wanderlust-p3e2.onrender.com)  \r\n\r\n---\r\n\r\n## 📂 Installation \u0026 Setup  \r\nFollow these steps to set up the project locally:  \r\n\r\n### Prerequisites  \r\nEnsure you have the following installed:  \r\n- Node.js  \r\n- MongoDB  \r\n\r\n### Steps  \r\n1. Clone the repository:  \r\n   ```bash\r\n   git clone https://github.com/kenzo0p/Wanderlust.git\r\n   cd Wanderlust\r\n   npm install\r\n   npm start (http://localhost:8080)\r\n   ```\r\n   \r\n2. Add .env file\r\n- CLOUD_NAME=your_cloudinary_cloud_name  \r\nCLOUD_API_KEY=your_cloudinary_api_key  \r\nCLOUD_API_SECRET=your_cloudinary_api_secret  \r\nMAP_TOKEN=your_mapbox_access_token  \r\nSECRET=your_session_secret (any of your choice e.g your name)\r\nATLASDB_URL=your_mongodb_connection_uri\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenzo0p%2Fwanderlust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkenzo0p%2Fwanderlust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenzo0p%2Fwanderlust/lists"}