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.
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.
Here are the steps to install and run the project in a local environment:
- Clone this repository:
git clone https://github.com/Bayumaul/api-mpl-id.git
- Navigate to the project directory:
cd api-mpl-id
- Copy the
.env.example
file to.env
and configure your database settings. - Install dependencies:
composer install
- Generate the application key:
php artisan key:generate
- Start the server:
php artisan serve
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 is provided using the Swagger package. You can access the API documentation at http://localhost:8000/api/documentation.
If you'd like to contribute to this project, please follow these steps:
- Fork this repository.
- Create a new feature branch:
git checkout -b new-feature
- Make necessary changes.
- Commit your changes:
git commit -m 'Add new feature'
- Push to your branch:
git push origin new-feature
- Submit a pull request!
This project is licensed under the MIT License. Please see the LICENSE file for more information.
Created by Bayu Maulana Iksan