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 7.4+
- MySQL 5.7+
- Redis
Installation and Configuration
-
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
-
Install composer packages
composer install
-
Generate Laravel Application Key
php artisan key:generate
-
Install npm dependencies.
npm install
-
After the dependencies has been installed, build the Laravel Mix assets
npm run dev
Note: Change
dev
intoprod
orproduction
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.