{"id":21245018,"url":"https://github.com/rayx81194/pawrangers","last_synced_at":"2026-04-11T07:02:23.652Z","repository":{"id":243416049,"uuid":"812369194","full_name":"RayX81194/PawRangers","owner":"RayX81194","description":"PawRangers - A Pet Adoption Website for Pet Lovers!","archived":false,"fork":false,"pushed_at":"2024-06-08T17:38:06.000Z","size":5174,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T20:14:42.643Z","etag":null,"topics":["adoption","css","database","flowbite","html","login-system","mysql","pet-project","php","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RayX81194.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-06-08T17:31:55.000Z","updated_at":"2024-07-26T08:26:12.000Z","dependencies_parsed_at":"2024-06-08T18:47:13.752Z","dependency_job_id":"b3a86873-5883-4947-bde8-855b16cdf327","html_url":"https://github.com/RayX81194/PawRangers","commit_stats":null,"previous_names":["rayx81194/pawrangers"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RayX81194%2FPawRangers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RayX81194%2FPawRangers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RayX81194%2FPawRangers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RayX81194%2FPawRangers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RayX81194","download_url":"https://codeload.github.com/RayX81194/PawRangers/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243685528,"owners_count":20330980,"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":["adoption","css","database","flowbite","html","login-system","mysql","pet-project","php","tailwindcss"],"created_at":"2024-11-21T01:45:35.508Z","updated_at":"2026-04-11T07:02:18.616Z","avatar_url":"https://github.com/RayX81194.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PawRangers - A Pet Adoption Website\r\n\r\n**PawRangers** is a pet adoption website designed to connect rescue animals with loving homes. Built using HTML, CSS, JavaScript, Tailwind,  PHP, and MySQL.\r\n\r\n![logo](cover.png)\r\n\r\n\r\n\r\n# Key Features\r\n\r\n\r\n\r\n##  User-friendly Interface\r\n\r\nPawRangers provides an intuitive interface for users to easily navigate through pet listings, view details, and initiate adoption processes.\r\n\r\n## Search and Filter Options\r\n\r\nUsers can search for pets based on various criteria such as species, breed, age, and location, ensuring they find the perfect match for their lifestyle.\r\n\r\n## Pet Profiles\r\n\r\nEach pet has a detailed profile featuring images, descriptions, temperament, and medical history, enabling potential adopters to make informed decisions.\r\n\r\n\r\n# Getting Started\r\n\r\n\r\nTo run PawRangers on your local machine, follow these steps:\r\n\r\n1.  Extract the files in the computer.\r\n2.  Install dependencies:\r\n    -   Ensure you have PHP and MySQL installed on your machine.\r\n    -   Set up a local server environment like XAMPP or WAMP.\r\n3.  Import the database:\r\n    -   Create a new database named `pet_info`.\r\n    -  Create a new table inside the database `pet_info` named `pet_info` and `users`.\r\n```\r\nCREATE TABLE pet_info (\r\n    sno INT AUTO_INCREMENT PRIMARY KEY,\r\n    pet_name VARCHAR(255),\r\n    pet_breed VARCHAR(255),\r\n    pet_location VARCHAR(255),\r\n    pet_gender VARCHAR(10),\r\n    pet_weight VARCHAR(20),\r\n    pet_category VARCHAR(50),\r\n    pet_age VARCHAR(20),\r\n    pet_phone VARCHAR(20),\r\n    pet_image BLOB,\r\n    dt DATETIME\r\n);\r\n```\r\n```\r\nCREATE  TABLE  users (\r\nsno  INT  AUTO_INCREMENT  PRIMARY  KEY,\r\nname  VARCHAR(255) NOT  NULL,\r\nemail  VARCHAR(255) NOT  NULL,\r\npassword  VARCHAR(255) NOT  NULL,\r\ndt  TIMESTAMP  DEFAULT  CURRENT_TIMESTAMP\r\n);\r\n```\r\n4.  Start the server:\r\n    -   Launch your local server environment.\r\n    -   Navigate to the project directory and open `index.php` in your browser.\r\n6.  You're all set! You should now see PawRangers running on your local machine.\r\n\r\n\r\n\r\n\r\n# Contributing\r\n\r\nWe welcome contributions to enhance PawRangers. Feel free to submit pull requests with new features, improvements, or bug fixes.\r\n\r\n## License\r\n\r\nPawRangers is licensed under the [MIT License.](https://github.com/jescalan/accord/blob/master/license.md)\r\n\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frayx81194%2Fpawrangers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frayx81194%2Fpawrangers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frayx81194%2Fpawrangers/lists"}