{"id":25231475,"url":"https://github.com/notshrirang/staywise","last_synced_at":"2026-02-14T09:07:43.508Z","repository":{"id":260621000,"uuid":"668788166","full_name":"NotShrirang/StayWise","owner":"NotShrirang","description":"StayWise is a modern, intuitive, and feature-rich place booking platform built using Django Rest Framework (DRF).","archived":false,"fork":false,"pushed_at":"2025-04-01T10:47:37.000Z","size":1762,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-04T16:14:37.587Z","etag":null,"topics":["django","django-rest-framework"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NotShrirang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2023-07-20T15:34:04.000Z","updated_at":"2024-11-01T11:58:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"9ba3b520-d0ab-4dd2-b894-e651196c89e0","html_url":"https://github.com/NotShrirang/StayWise","commit_stats":null,"previous_names":["notshrirang/staywise"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NotShrirang/StayWise","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotShrirang%2FStayWise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotShrirang%2FStayWise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotShrirang%2FStayWise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotShrirang%2FStayWise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NotShrirang","download_url":"https://codeload.github.com/NotShrirang/StayWise/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotShrirang%2FStayWise/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29441180,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T07:24:13.446Z","status":"ssl_error","status_checked_at":"2026-02-14T07:23:58.969Z","response_time":53,"last_error":"SSL_read: 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":["django","django-rest-framework"],"created_at":"2025-02-11T12:28:48.324Z","updated_at":"2026-02-14T09:07:43.495Z","avatar_url":"https://github.com/NotShrirang.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StayWise\n\n[![DB Diagram](https://img.shields.io/badge/DB%20Diagram-blue?style=for-the-badge\u0026logo=sqlite\u0026logoColor=white\u0026logoSize=amd)](https://dbdiagram.io/d/64b9548802bd1c4a5e6c12d4)\n\n![GitHub stars](https://img.shields.io/github/stars/NotShrirang/StayWise?style=social)\n![GitHub forks](https://img.shields.io/github/forks/NotShrirang/StayWise?style=social)\n![GitHub commits](https://img.shields.io/github/commit-activity/t/NotShrirang/StayWise)\n![GitHub issues](https://img.shields.io/github/issues/NotShrirang/StayWise)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/NotShrirang/StayWise)\n![GitHub](https://img.shields.io/github/license/NotShrirang/StayWise)\n![GitHub last commit](https://img.shields.io/github/last-commit/NotShrirang/StayWise)\n![GitHub repo size](https://img.shields.io/github/repo-size/NotShrirang/StayWise)\n\n**StayWise** is a modern, intuitive, and feature-rich place booking platform built using Django Rest Framework (DRF). With StayWise, users can seamlessly search for places to stay, make reservations, and enjoy a comfortable, user-friendly booking experience similar to Airbnb.\n\n## Features\n\n- **Property Listings**: Hosts can list their places with detailed descriptions, pricing, and amenities like Wi-Fi, TV, and self-check-in options.\n- **City-Based Search**: Users can search for places by city and view available properties in various locations.\n- **Booking System**: Users can book available places by selecting check-in and check-out dates.\n- **Guest Capacity Management**: Each place has a specific capacity, so users can filter based on the number of guests.\n- **Ratings \u0026 Reviews**: Guests can leave ratings and remarks after their stay to help future users find the best places.\n- **Image Gallery**: Hosts can upload multiple images of their property to give potential guests a virtual tour.\n- **User Profiles**: Both hosts and guests can manage their profiles, bookings, and personal details like email and phone.\n- **Pet-Friendly Options**: Users can filter places that allow pets for their stay.\n- **Self-Check-In**: Some places allow users to check in at their convenience.\n- **Wi-Fi Availability**: Search for properties based on Wi-Fi availability.\n\n## Tech Stack\n\n- **Backend**: Django Rest Framework (DRF)\n- **Database**: By default SQLite3, but you can configure any database supported by Django.\n- **Authentication**: JWT-based authentication for secure login and registration.\n  \n## Installation\n\nTo run StayWise locally, follow these steps:\n\n### Prerequisites\n\n- Python 3.8+\n- Virtual environment tool (e.g., `virtualenv` or `conda`)\n\n### Steps\n\n1. **Clone the repository**:\n   ```bash\n     git clone https://github.com/NotShrirang/StayWise.git\n     cd StayWise\n   ```\n2. Install dependencies:\n   ```bash\n    pip install -r requirements.txt\n   ```\n3. Set up the database:\n   ```bash\n    python manage.py makemigrations\n    python manage.py migrate\n   ```\n4. Run the development server:\n   ```bash\n   python manage.py runserver\n   ```\n5. Access the app: Open your browser and visit http://127.0.0.1:8000/ to start exploring StayWise.\n\n### Contributing\nWe welcome contributions! To contribute, fork the repository and create a pull request. Please make sure your changes are well-documented and pass all tests.\n\n### License\nStayWise is licensed under the GPLv3 License. See LICENSE for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotshrirang%2Fstaywise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotshrirang%2Fstaywise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotshrirang%2Fstaywise/lists"}