Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashuv/pet-adoption-system-using-php
The system used for adopting, donating pet animals and also reporting any stray animals on the roads.
https://github.com/yashuv/pet-adoption-system-using-php
Last synced: 25 days ago
JSON representation
The system used for adopting, donating pet animals and also reporting any stray animals on the roads.
- Host: GitHub
- URL: https://github.com/yashuv/pet-adoption-system-using-php
- Owner: yashuv
- Created: 2024-05-21T16:28:52.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T17:00:34.000Z (8 months ago)
- Last Synced: 2024-05-21T18:25:19.526Z (8 months ago)
- Language: JavaScript
- Size: 21.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pet-Adoption-System-using-PHP
This is the online system developed for adopting, donating pet animals and also reporting any stray animals on the roads.
## Instructions
1. Open your XAMPP Control Panel and start "Apache" and "MySQL".
2. copy and paste all the source code into the folder named `"petadoption"` into XAMPP's `"htdocs"` directory.
3. Open a web browser and browse the PHPMyAdmin. (http://localhost/phpmyadmin)
4. Create a new database named `"db_ecommerce"` using phpMyAdmin interface.
5. Import the SQL file to your newly created database. The SQL file is located inside the extracted source code folder as `"db_ecommerce.sql"`.
6. Open a web browser and browse the web application. (http://localhost/petadoption) for the website and for the admin side (http://localhost/petadoption/admin)### Admin Access:
- Username: yashuv
- Password: admin### Sample Customer Access:
-> You can first register and then login using the username and password.