{"id":28472952,"url":"https://github.com/sarveshdevrukhkar/explore-hut","last_synced_at":"2026-04-06T02:33:20.831Z","repository":{"id":281700545,"uuid":"937591239","full_name":"sarveshdevrukhkar/Explore-Hut","owner":"sarveshdevrukhkar","description":"It is a Airbnb inspired full stack project, it made during my delta: full stack development (MERN) course.","archived":false,"fork":false,"pushed_at":"2025-06-02T11:05:11.000Z","size":69,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-02T02:38:37.899Z","etag":null,"topics":["bootstrap","css","ejs","express","full-stack","full-stack-project","html","javascript","mongodb","mongodb-atlas","node"],"latest_commit_sha":null,"homepage":"https://explore-hut.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/sarveshdevrukhkar.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-02-23T12:49:56.000Z","updated_at":"2025-06-08T15:33:04.000Z","dependencies_parsed_at":"2025-03-10T18:26:49.125Z","dependency_job_id":"68f72c55-8a02-4517-a232-305d3f4ca7b5","html_url":"https://github.com/sarveshdevrukhkar/Explore-Hut","commit_stats":null,"previous_names":["sad0xer/explore-hut"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sarveshdevrukhkar/Explore-Hut","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarveshdevrukhkar%2FExplore-Hut","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarveshdevrukhkar%2FExplore-Hut/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarveshdevrukhkar%2FExplore-Hut/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarveshdevrukhkar%2FExplore-Hut/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sarveshdevrukhkar","download_url":"https://codeload.github.com/sarveshdevrukhkar/Explore-Hut/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarveshdevrukhkar%2FExplore-Hut/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270505996,"owners_count":24596506,"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","status":"online","status_checked_at":"2025-08-14T02:00:10.309Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bootstrap","css","ejs","express","full-stack","full-stack-project","html","javascript","mongodb","mongodb-atlas","node"],"created_at":"2025-06-07T12:04:37.767Z","updated_at":"2025-12-30T19:53:42.224Z","avatar_url":"https://github.com/sarveshdevrukhkar.png","language":"EJS","readme":"\u003cdiv align=\"center\" title=\"This is the maintenance time which I spend on this project, not a development time!\"\u003e\n\n[![wakatime](https://wakatime.com/badge/user/20baa14b-89a3-4e46-acd9-e4abaeefd2fe/project/755f1dd9-0776-4926-bfac-978a05c54187.svg?style=for-the-badge)](https://wakatime.com/badge/user/20baa14b-89a3-4e46-acd9-e4abaeefd2fe/project/755f1dd9-0776-4926-bfac-978a05c54187)\n\n\u003c/div\u003e\n\n# 🏕️ Explore Hut 🏕️\n\n**Explore Hut** is a **full-stack** (**MERN**) **web application** inspired by **Airbnb**.\n\nIt allows users to explore travel _listings_, _post_ their own _stays_, leave _reviews_, and _manage bookings_ with all the _secure authentication_ and a clean, _responsive UI_.\n\n## 🚀 Features\n\n-   🔐 **User Authentication \u0026 Authorization**:\n    Secure Sign Up, Login, and Logout functionality for managing listings and reviews.\n\n-   ✍️ **CRUD Operations**:\n    Create, Read, Update, and Delete listings and reviews using RESTful APIs.\n\n-   🛡️ **Data Security**:\n    Passwords are hashed and salted using secure authentication practices.\n\n-   🍪 **Session \u0026 Cookie Management**:\n    Persistent login sessions for better user experience.\n\n-   📷 **Cloudinary Integration**:\n    Image uploads with cloud storage and automatic resizing.\n\n-   💬 **Flash Messages \u0026 Validation**:\n    Feedback alerts and form validation for better usability.\n\n## 🧱 Project Architecture\n\nThe application follows the **MVC (Model-View-Controller)** pattern:\n\n-   **Models**: Models handle data logic and database schemas via Mongoose.\n-   **Views**: Views are rendered using EJS templates.\n-   **Controllers**: Controllers manage routes and business logic for modularity.\n\n## 🧰 Tech Stack\n\n### 🖥️ Frontend:\n\n-   HTML\n-   CSS\n-   [Bootstrap](https://getbootstrap.com) (_Styling Framework_)\n-   JavaScript\n-   [EJS](https://ejs.co) (_Server-side Templating Engine_)\n\n### 🚧 Backend:\n\n-   [Node.js](https://nodejs.org) (_JavaScript Runtime Environment_)\n-   [Express.js](https://expressjs.com) (_Web Framework for Routing and Middleware_)\n-   [Mongoose](https://mongoosejs.com) (_ODM for MongoDB_)\n-   [Passport.js](https://www.passportjs.org) (_Authentication Middleware_)\n\n### 🪣 Database:\n\n-   [MongoDB](https://www.mongodb.com) (_NoSQL Document Database_)\n\n### ♾️ DevOps \u0026 Services:\n\n-   [MongoDB Atlas](https://www.mongodb.com/atlas/database) (_Cloud Database Hosting_)\n-   [Cloudinary](https://cloudinary.com) (_Image Hosting and Management_)\n-   [Render](https://render.com) (_Full-stack App Deployment_)\n\n### ⚙️ Utilities \u0026 Middleware:\n\n-   [Multer](https://github.com/expressjs/multer) (_File Upload Middleware_)\n-   [Multer-Storage-Cloudinary](https://github.com/affanshahid/multer-storage-cloudinary) (_Direct Cloudinary Integration_)\n-   [Connect-Flash](https://github.com/jaredhanson/connect-flash) (_Flash Messaging for UX Feedback_)\n-   [Method-Override](https://github.com/expressjs/method-override) (_Supports PUT/DELETE from Forms_)\n-   [Dotenv](https://github.com/motdotla/dotenv) (_Environment Variable Management_)\n-   [Joi](https://joi.dev) (_Schema Validation_)\n\n# 🤗 Acknowledgments 🤗\n\nI made this project in the **Full Stack Web Development (MERN Stack)**.\nSpecial thanks to [Shradha Khapra](https://www.linkedin.com/in/shradha-khapra), who taught this course so wonderfully.☺️\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarveshdevrukhkar%2Fexplore-hut","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsarveshdevrukhkar%2Fexplore-hut","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarveshdevrukhkar%2Fexplore-hut/lists"}