Guffyluffy is the ultimate platform for anime enthusiasts, combining anime streaming with an extensive merchandise shop. It offers a unified experience for both watching shows and purchasing related products, making it a one-stop solution for anime lovers.
- User Registration and Authentication: Users can securely create accounts and access personalized features.
- Browse and Search: A comprehensive anime library with advanced search and filter options.
- Streaming Player: A responsive player with full playback controls.
- User Profiles: Personalized user profiles for managing subscriptions and purchases.
- Integration with Third-party APIs: Leverage the Fetch API for fast and efficient search functionalities.
- E-commerce System: A shopping cart with a secure checkout process.
- Product Catalog: Detailed product descriptions, high-quality images, and categories for easy navigation.
- Contact Us: A section for users to reach out to the site's administrators.
- Social Media Integration: Links and handles to connect with the anime community.
- Frontend: HTML, CSS, JavaScript, Bootstrap
- Backend: PHP, Laravel, MySQL
- Development Tools: XAMPP, Git, GitHub
- Version Control: Git for version tracking and collaborative development.
- Install Git: Ensure Git is installed on your system.
- Clone the Repository: Use the
git clone
command to download the project. - Set Up XAMPP: Install XAMPP and create the necessary MySQL database.
- Configure Database: Update the
.env
file for database connection. - Install Dependencies: Run
composer install
to get necessary PHP packages. - Run Migrations: Execute
php artisan migrate
to set up the database schema. - Start Local Server: Launch the local server with
php artisan serve
. - Access the Platform: Visit
http://localhost:8000
in your browser to interact with the platform.
This setup guide and readme file structure should provide clear instructions to get Guffyluffy running locally!