Fur & Friends is a comprehensive web platform designed to help pet owners take better care of their pets through training tips, DIY ideas, and health advice. The platform features both user and admin interfaces with secure authentication.
- User authentication (signup/login)
- View and search training tips
- Browse DIY pet care ideas
- Access pet health tips
- Comment and rate content
- Profile management
- Secure admin dashboard
- User management
- Content management for:
- Training tips
- DIY ideas
- Health tips
- Analytics and activity tracking
- Frontend: HTML, CSS, JavaScript
- Backend: PHP
- Database: MySQL
- Icons: Boxicons
- Fonts: Google Fonts (Fredoka One, Poppins)
- Clone the repository:
git clone https://github.com/username/fur-and-friends.git
cd fur-and-friends- Database setup:
mysql -u username -p database_name < db/setup.sql- Configure database. Change the variables to match that of your server in the db/connect.php file. $servername = 'localhost'; $username = 'your_username'; $password = 'your_password'; $dbname = 'your_database';
Remember to set permission for file uploads.
chmod 755 uploads/
chmod 755 uploads/{training,health,diy}Project Structure Final Project/ ├── actions/ PHP action handlers ├── assets/ Static resources ├── db/ Database files ├── uploads/ User uploads └── view/ PHP view files
Username: admin Password: Password1234$