This is the online system developed for adopting, donating pet animals and also reporting any stray animals on the roads.
- Open your XAMPP Control Panel and start "Apache" and "MySQL".
- copy and paste all the source code into the folder named
"petadoption"
into XAMPP's"htdocs"
directory. - Open a web browser and browse the PHPMyAdmin. (http://localhost/phpmyadmin)
- Create a new database named
"db_ecommerce"
using phpMyAdmin interface. - Import the SQL file to your newly created database. The SQL file is located inside the extracted source code folder as
"db_ecommerce.sql"
. - Open a web browser and browse the web application. (http://localhost/petadoption) for the website and for the admin side (http://localhost/petadoption/admin)
- Username: yashuv
- Password: admin
-> You can first register and then login using the username and password.