Skip to content
forked from qctfw/wibusaka

A simple website to inform you where to watch anime legally in Indonesia.

Notifications You must be signed in to change notification settings

BlUhOl/wibusaka

 
 

Repository files navigation

WibuSaka

A simple app to inform you where to watch anime legally in Indonesia.

WibuSaka uses Jikan.moe API to fetch anime datas.

Requirements

  • PHP 8.0+
  • MySQL 5.7+
  • Redis

Installation and Configuration

  1. Copy .env.example into .env and edit these values

    • Database
    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=YOUR_DATABASE_NAME
    DB_USERNAME=YOUR_DATABASE_USERNAME
    DB_PASSWORD=YOUR_DATABASE_PASSWORD
    • Redis
    REDIS_CLIENT=predis
    REDIS_SCHEME=tcp
    REDIS_PATH=YOUR_REDIS_PATH_IF_SCHEME_IS_UNIX
    REDIS_HOST=127.0.0.1
    REDIS_PASSWORD=YOUR_REDIS_PASSWORD
    REDIS_PORT=6379
  2. Install composer packages

    composer install
  3. Generate Laravel Application Key

    php artisan key:generate
  4. Install npm dependencies.

    npm install
  5. After the dependencies has been installed, build the Laravel Mix assets

    npm run dev

    Note: Change watch into prod or production for purging unused styles and scripts.

Contributing

Contributions are always welcome! Create a pull request here!

Please make sure to check the existing pull request to avoid duplication.

About

A simple website to inform you where to watch anime legally in Indonesia.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • PHP 56.0%
  • Blade 43.4%
  • Other 0.6%