Coder Social home page Coder Social logo

marapy / wibusaka-api Goto Github PK

View Code? Open in Web Editor NEW

This project forked from qctfw/wibusaka-api

0.0 0.0 0.0 208 KB

API for fetching available streaming anime platforms in Indonesia

Home Page: https://api.wibusaka.moe

Shell 0.86% PHP 84.75% JavaScript 0.02% Blade 14.37%

wibusaka-api's Introduction

WibuSaka API

WibuSaka API is a simple REST API for fetching legal streaming platform in Indonesia using your favorite anime lists. (Currently supports MyAnimeList, and Anilist)

Tools

Primarily, this project uses Laravel as a framework. This project also uses arm-server and anime-offline-database for fetching anime list ID relations.

API Documentation

Check the API Documentation here.

Deployment

If you want to deploy for yourself, please follow these instructions.

Requirements

  • PHP 8.1+
  • 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. Run the Migration

    php artisan migrate

Test

After installing and configuring everything, run the test to make sure the application running properly.

php artisan test

Contributing

Contributions are always welcome! Create a pull request here!

This repository used StyleCI to check the code style. You can check the rules here. Also, please make sure to check the existing pull request to avoid duplication.

wibusaka-api's People

Contributors

qctfw avatar stylecibot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.