Skip to content

This project aims to provide easier access to MPL Indonesia Season 12 data through an API.

License

Notifications You must be signed in to change notification settings

Bayumaul/api-mpl-id

Repository files navigation

Unofficial MPL Indonesia Season 12 API

Logo Proyek

This project is an unofficial API for MPL Indonesia Season 12 that fetches data from the website https://id-mpl.com/ and packages it into an API using the Laravel framework. The API documentation is provided using the Swagger package.

Table of Contents

Project Description

This project aims to provide easier access to MPL Indonesia Season 12 data through an API. Data is fetched from the https://id-mpl.com/ website and processed using the Laravel framework.

Installation

Here are the steps to install and run the project in a local environment:

  1. Clone this repository: git clone https://github.com/Bayumaul/api-mpl-id.git
  2. Navigate to the project directory: cd api-mpl-id
  3. Copy the .env.example file to .env and configure your database settings.
  4. Install dependencies: composer install
  5. Generate the application key: php artisan key:generate
  6. Start the server: php artisan serve

Usage

After installing the project, you can access the API at http://localhost:8000/api. Please refer to the API documentation for further information.

API Documentation

API documentation is provided using the Swagger package. You can access the API documentation at http://localhost:8000/api/documentation.

Contribution

If you'd like to contribute to this project, please follow these steps:

  1. Fork this repository.
  2. Create a new feature branch: git checkout -b new-feature
  3. Make necessary changes.
  4. Commit your changes: git commit -m 'Add new feature'
  5. Push to your branch: git push origin new-feature
  6. Submit a pull request!

License

This project is licensed under the MIT License. Please see the LICENSE file for more information.


Created by Bayu Maulana Iksan

About

This project aims to provide easier access to MPL Indonesia Season 12 data through an API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published