Docker Minecraft Api
Serve information about minecraft docker mods, their available versions and needed executables.
Built With
Table of Contents
Usage
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
An automatically generated and interactive API documentation from existing Laravel routes is available at (idoc).
Contributing
If you have a suggestion that would make this better, please fork the repo and create a pull request. Before cloning this project, you should ensure that your local machine has PHP and Composer installed. To get a local copy up and running follow these steps.
- Clone the repo and install composer packages:
git clone https://gitlab.4players.de/4np/apis/docker-minecraft-api.git
composer install
-
After composer installation create .env file in your project root folder & copy everything from .env.example file into .env file. Then run
php artisan key:generate, which will generate an APP_KEY in .env file for you. After, setup your DB_DATABASE, DB_USERNAME & DB_PASSWORD in .env file. -
Run migrations and import json to database:
php artisan migrate
php artisan json:import
- Serve the project via
php artisan serveor Laravel Homestead.
Contact
Marlon Maschkiwitz - marlon.maschkiwitz@4players.io
Project Link - https://gitlab.4players.de/4np/apis/docker-minecraft-api
License
Distributed under the MIT License. See LICENSE.txt for more information.