{"id":18603693,"url":"https://github.com/shashaaankkkkk/pawsitiveadoptionhub","last_synced_at":"2026-04-12T04:32:00.317Z","repository":{"id":207906884,"uuid":"720362849","full_name":"shashaaankkkkk/PawsitiveAdoptionHub","owner":"shashaaankkkkk","description":"PawsitiveAdoptionHub, developed within 24 hours for Geekathon Hackathon 2023, is a user-friendly pet adoption platform. It streamlines pet adoptions with advanced search, detailed profiles, and community engagement features, fostering responsible pet ownership.","archived":false,"fork":false,"pushed_at":"2024-01-28T11:34:13.000Z","size":5602,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-16T18:43:58.453Z","etag":null,"topics":["bootstrap5","css","django","html","postgresql","python","venv"],"latest_commit_sha":null,"homepage":"https://shashaankk.pythonanywhere.com/","language":"HTML","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/shashaaankkkkk.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":"2023-11-18T08:47:10.000Z","updated_at":"2025-04-12T09:24:59.000Z","dependencies_parsed_at":"2024-01-11T22:38:47.664Z","dependency_job_id":"178e82cd-8787-49a6-b449-e3fad72d0e53","html_url":"https://github.com/shashaaankkkkk/PawsitiveAdoptionHub","commit_stats":null,"previous_names":["shashaaankkkkk/pawsitiveadoptionhub"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shashaaankkkkk/PawsitiveAdoptionHub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashaaankkkkk%2FPawsitiveAdoptionHub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashaaankkkkk%2FPawsitiveAdoptionHub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashaaankkkkk%2FPawsitiveAdoptionHub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashaaankkkkk%2FPawsitiveAdoptionHub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shashaaankkkkk","download_url":"https://codeload.github.com/shashaaankkkkk/PawsitiveAdoptionHub/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashaaankkkkk%2FPawsitiveAdoptionHub/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31704492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T21:17:31.016Z","status":"online","status_checked_at":"2026-04-12T02:00:06.763Z","response_time":58,"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":["bootstrap5","css","django","html","postgresql","python","venv"],"created_at":"2024-11-07T02:15:09.557Z","updated_at":"2026-04-12T04:32:00.290Z","avatar_url":"https://github.com/shashaaankkkkk.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PawsitiveAdoptionHub\n\nPawsitiveAdoptionHub is a comprehensive pet adoption platform designed to simplify the pet adoption process and connect pets in need with caring individuals or families.\n\n## Features\n\n- **Advanced Search Filters:** Refine pet searches based on species, age, size, and more.\n- **Detailed Adoption Profiles:** View comprehensive pet profiles with photos and essential details.\n- **Collaboration with Shelters:** Partnerships with local shelters to showcase available pets.\n- **User Reviews:** Share adoption experiences and provide feedback for informed decisions.\n- **Digital Pet Health Records:** Manage and access pet health records for adopted pets.\n- **Step-by-Step Adoption Guidance:** Guidance and checklists for the adoption process.\n- **Lost and Found Section:** Report and search for lost or found pets.\n- **Pet Care Resources:** Access articles, guides, and FAQs on pet care.\n- **Vet Directory and Services Locator:** Find vet services and pet-friendly locations.\n- **Vibrant Pet Community Forum:** Engage with a community of pet enthusiasts for advice and experiences.\n- \n## Technologies Used\n\n- **Frontend:** HTML, CSS, JavaScript, Bootstrap\n- **Backend:** Django (Python)\n- **Database:** PostgreSQL\n- **Additional Tools:** Git, GitHub\n\n## Installation\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/Shashaaankkkkk/PawsitiveAdoptionHub.git\n    ```\n\n2. Setup Python environment and install dependencies:\n\n    ```bash\n    cd PawsitiveAdoptionHub\n    python -m venv venv\n    source venv/bin/activate (For Windows: venv\\Scripts\\activate)\n    pip install -r requirements.txt\n    ```\n\n3. Configure the database in settings.py:\n\n    ```python\n    DATABASES = {\n        'default': {\n            'ENGINE': 'django.db.backends.postgresql',\n            'NAME': 'your_db_name',\n            'USER': 'your_db_user',\n            'PASSWORD': 'your_db_password',\n            'HOST': 'localhost',\n            'PORT': '5432',\n        }\n    }\n    ```\n\n4. Apply migrations and start the server:\n\n    ```bash\n    python manage.py makemigrations\n    python manage.py migrate\n    python manage.py runserver\n    ```\n\n5. Access the application at `http://127.0.0.1:8000/` in your browser.\n\n## Contribution\n\nContributions are welcome! If you want to contribute to this project, please follow these steps:\n\n1. Fork the repository\n2. Create a new branch (`git checkout -b feature`)\n3. Make changes and commit (`git commit -am 'Add new feature'`)\n4. Push to the branch (`git push origin feature`)\n5. Create a pull request\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n\n\n# Screenshots\n## Home Screen\n![homescreen](https://github.com/shashaaankkkkk/PawsitiveAdoptionHub/blob/5790b3c60fc7f7430f740b0e9a52eee611b77a16/static/Screenshot%202023-11-19%20at%206.22.42%E2%80%AFAM.png)\n\n## Pet Search\n![Pet_search](https://github.com/shashaaankkkkk/PawsitiveAdoptionHub/blob/6693a6523d0c47c1f391f8127d48f549b2073a4c/static/Screenshot%202023-11-19%20at%206.22.46%E2%80%AFAM.png)\n## Pet Profile\n![Pet_profile](https://github.com/shashaaankkkkk/PawsitiveAdoptionHub/blob/6693a6523d0c47c1f391f8127d48f549b2073a4c/static/Screenshot%202023-11-19%20at%206.22.52%E2%80%AFAM.png)\n\n## Adoption appointment\n![Appointment_pet](https://github.com/shashaaankkkkk/PawsitiveAdoptionHub/blob/2855fccc5ce9be06fdc0e1d8dc3f2c784aaeddba/static/Screenshot%202023-11-19%20at%206.22.56%E2%80%AFAM.png)\n## Community Forum \n![Forum](https://github.com/shashaaankkkkk/PawsitiveAdoptionHub/blob/2855fccc5ce9be06fdc0e1d8dc3f2c784aaeddba/static/Screenshot%202023-11-19%20at%206.32.18%E2%80%AFAM.png)\n## Vet Listing\n![Vet_listing](https://github.com/shashaaankkkkk/PawsitiveAdoptionHub/blob/2855fccc5ce9be06fdc0e1d8dc3f2c784aaeddba/static/Screenshot%202023-11-19%20at%206.33.42%E2%80%AFAM.png)\n## Vet Profile\n![Vet_profile](https://github.com/shashaaankkkkk/PawsitiveAdoptionHub/blob/2855fccc5ce9be06fdc0e1d8dc3f2c784aaeddba/static/Screenshot%202023-11-19%20at%206.33.50%E2%80%AFAM.png)\n## Vet Appointment \n![Appointment_vet](https://github.com/shashaaankkkkk/PawsitiveAdoptionHub/blob/2855fccc5ce9be06fdc0e1d8dc3f2c784aaeddba/static/Screenshot%202023-11-19%20at%206.33.59%E2%80%AFAM.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshashaaankkkkk%2Fpawsitiveadoptionhub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshashaaankkkkk%2Fpawsitiveadoptionhub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshashaaankkkkk%2Fpawsitiveadoptionhub/lists"}