{"id":28497723,"url":"https://github.com/rajat1903/hostel-hunt-group-project","last_synced_at":"2026-04-12T00:37:34.406Z","repository":{"id":296580516,"uuid":"993847106","full_name":"rajat1903/Hostel-Hunt-Group-Project","owner":"rajat1903","description":"HostelHunt is a web application designed to help students find and book hostels easily. ","archived":false,"fork":false,"pushed_at":"2025-05-31T18:16:59.000Z","size":966,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-08T13:06:38.702Z","etag":null,"topics":["bootstrap","css","django","fullstack","hostelfinder","hostelhunt","html5","javascript","python","sqlite"],"latest_commit_sha":null,"homepage":"","language":"Python","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/rajat1903.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-05-31T16:45:23.000Z","updated_at":"2025-05-31T18:17:02.000Z","dependencies_parsed_at":"2025-06-01T05:45:45.076Z","dependency_job_id":"55fa291e-f5d7-4ef8-8c93-36645329f4fe","html_url":"https://github.com/rajat1903/Hostel-Hunt-Group-Project","commit_stats":null,"previous_names":["rajat1903/hostelhunt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rajat1903/Hostel-Hunt-Group-Project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajat1903%2FHostel-Hunt-Group-Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajat1903%2FHostel-Hunt-Group-Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajat1903%2FHostel-Hunt-Group-Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajat1903%2FHostel-Hunt-Group-Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rajat1903","download_url":"https://codeload.github.com/rajat1903/Hostel-Hunt-Group-Project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajat1903%2FHostel-Hunt-Group-Project/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263335370,"owners_count":23450825,"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","css","django","fullstack","hostelfinder","hostelhunt","html5","javascript","python","sqlite"],"created_at":"2025-06-08T13:06:39.173Z","updated_at":"2026-04-12T00:37:34.366Z","avatar_url":"https://github.com/rajat1903.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HostelHunt\n\nHostelHunt is a web application designed to help students find and book hostels easily. The platform provides a user-friendly interface for browsing hostel listings, viewing details, and managing bookings.\n\n## Features\n \n- Browse hostel listings with detailed information\n- View hostel images and amenities\n- Search and filter hostels based on preferences\n- Add new hostel listings\n- Responsive design for both desktop and mobile devices\n\n## Tech Stack \n\n### Frontend\n- HTML5\n- CSS3\n- JavaScript\n- Bootstrap (for responsive design)\n\n### Backend\n- Django 5.0.2\n- Flask 2.0.1\n- Python\n\n### Dependencies\n- django-cors-headers\n- flask-cors\n- Pillow (for image handling)\n- Werkzeug\n\n## Project Structure\n\n```\nHostelHunt/\n├── hostelhunt_backend/     # Django backend application\n│   ├── listings/          # Hostel listings app\n│   ├── media/            # Hostel images\n│   └── manage.py         # Django management script\n├── index.html            # Landing page\n├── listings.html         # Hostel listings page\n├── add-listing.html      # Add new hostel page\n├── styles.css           # Main stylesheet\n└── script.js            # Frontend JavaScript\n```\n\n## Getting Started\n\n### Prerequisites\n- Python 3.8 or higher\n- pip (Python package manager)\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/rajat1903/Hostel-Hunt.git\ncd Hostel-Hunt\n```\n\n2. Create a virtual environment:\n```bash\npython -m venv venv\nsource venv/bin/activate  # On Windows: venv\\Scripts\\activate\n```\n\n3. Install dependencies:\n```bash\npip install -r requirements.txt\n```\n\n4. Set up the database:\n```bash\ncd hostelhunt_backend\npython manage.py migrate\n```\n\n5. Run the development server:\n```bash\npython manage.py runserver\n```\n\nThe application will be available at `http://localhost:8000`\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## Images\n\n![image](https://github.com/user-attachments/assets/aea5b0a2-81df-482a-aa57-a85c73161ad3)\n\n\n![image](https://github.com/user-attachments/assets/0a9c8287-efae-47c6-ac63-fcc773d513ab)\n\n\n![image](https://github.com/user-attachments/assets/5ef08d9a-135a-4a54-924f-f46e1be13e9e)\n\n\n\n![image](https://github.com/user-attachments/assets/59c92146-e758-4bdc-a1ce-00e3d08da478)\n\n\n![image](https://github.com/user-attachments/assets/f60bd56a-ac36-468a-9797-7de05d56df37)\n\n\n\n\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Contributors\n\n1. Ankit Songara (Team Leader)\n2. Shivam Kushwah (Developer)\n3. Rajat Deshmukh (Developer)\n4. Bulbul (Developer)\n   \n## Contact\n\nRajat Deshmukh - [@rajat1903](https://github.com/rajat1903)\n\nProject Link: [https://github.com/rajat1903/Hostel-Hunt](https://github.com/rajat1903/Hostel-Hunt) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajat1903%2Fhostel-hunt-group-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajat1903%2Fhostel-hunt-group-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajat1903%2Fhostel-hunt-group-project/lists"}