{"id":18207609,"url":"https://github.com/kunj-tyagi/wanderlust","last_synced_at":"2026-02-19T23:36:54.394Z","repository":{"id":259662260,"uuid":"877550133","full_name":"Kunj-Tyagi/WanderLust","owner":"Kunj-Tyagi","description":"WanderLust is a fullstack web application designed for users to list and rent spaces, featuring user authentication, listing management, and a clean, responsive interface. Built with Node.js, Express.js, MongoDB, and JavaScript, it allows users to create, manage, and view rental listings, complete with image uploads.","archived":false,"fork":false,"pushed_at":"2025-03-12T05:34:22.000Z","size":286,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T08:12:19.966Z","etag":null,"topics":["css","ejs-templates","html5","javascript","mongodb-atlas","mongoose","nodejs","rest-api"],"latest_commit_sha":null,"homepage":"https://wanderlust-4-vmpt.onrender.com/","language":"JavaScript","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/Kunj-Tyagi.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-23T21:00:43.000Z","updated_at":"2025-03-21T17:32:26.000Z","dependencies_parsed_at":"2024-10-27T07:19:46.553Z","dependency_job_id":"ab6f8d48-4b66-4bd5-967f-401827c7ad49","html_url":"https://github.com/Kunj-Tyagi/WanderLust","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"9ccfd5b73fcad59e9e209019d23c9bd16415a0c5"},"previous_names":["kunj-tyagi/wanderlust"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kunj-Tyagi%2FWanderLust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kunj-Tyagi%2FWanderLust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kunj-Tyagi%2FWanderLust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kunj-Tyagi%2FWanderLust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kunj-Tyagi","download_url":"https://codeload.github.com/Kunj-Tyagi/WanderLust/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248190504,"owners_count":21062284,"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":["css","ejs-templates","html5","javascript","mongodb-atlas","mongoose","nodejs","rest-api"],"created_at":"2024-11-03T13:03:40.573Z","updated_at":"2026-02-19T23:36:54.354Z","avatar_url":"https://github.com/Kunj-Tyagi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WanderLust\n\nWanderLust is a project designed to help users explore and discover new destinations. It provides a platform for users to sign up, log in, and explore various listings of travel destinations.\n\n## Features\n\n- User Authentication: Sign up, log in, and log out functionalities.\n- Explore Listings: Browse through various travel destinations.\n- Responsive Design: Accessible on various devices.\n\n## Installation\n\nTo install and run this project locally, follow these steps:\n\n1. Clone the repository:\n\n    ```sh\n    git clone https://github.com/Kunj-Tyagi/WanderLust.git\n    ```\n\n2. Navigate to the project directory:\n\n    ```sh\n    cd WanderLust\n    ```\n\n3. Install the dependencies:\n\n    ```sh\n    npm install\n    ```\n\n4. Create a `.env` file in the root directory and add the necessary environment variables. Refer to the sample `.env` file below for the required variables.\n\n\n\n5. Start the development server:\n\n    ```sh\n    node app.js\n    ```\n\n6. Open your browser and go to `http://localhost:3000`.\n\n\n## Usage\n\n- Visit the homepage to explore the featured travel listings.\n- Sign up for a new account or log in with your existing credentials.\n- Browse through the listings and find your next travel destination.\n\n## Contributing\n\nContributions are welcome! Please follow these steps to contribute:\n\n1. Fork the repository.\n2. Create a new branch: `git checkout -b feature/your-feature-name`.\n3. Make your changes and commit them: `git commit -m 'Add some feature'`.\n4. Push to the branch: `git push origin feature/your-feature-name`.\n5. Open a pull request.\n\n## Acknowledgements\n\n- [Express](https://expressjs.com/)\n- [EJS](https://ejs.co/)\n- [Mongoose](https://mongoosejs.com/)\n- [Passport](http://www.passportjs.org/)\n\n## Contact\n\nFor any inquiries or questions, please contact:\n\n- GitHub: [Kunj-Tyagi](https://github.com/Kunj-Tyagi)\n- LinkedIn: [Kunj-Tyagi](https://www.linkedin.com/in/kunj-tyagi-07688423b/)\n- Mail: kunjtyagi24@gmail.com\n\n\n\n## Sample .env File\n\n```dotenv\n# Sample .env file for WanderWorld\n\n# Port number for the server\nPORT=3000\n\n# MongoDB connection URI\nATLASDB_URL=mongodb://localhost:27017/wanderlust\n\n# Session secret for express-session\nSECRET_CODE=your_secret_code\n\n# Cloudinary configuration\nCLOUD_NAME=your_cloud_name\nCLOUD_API_KEY=your_api_key\nCLOUD_API_SECRET=your_api_secret\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkunj-tyagi%2Fwanderlust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkunj-tyagi%2Fwanderlust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkunj-tyagi%2Fwanderlust/lists"}