A Minecraft-inspired modpack manager API designed to work with BertobrLauncher, a custom Minecraft launcher. This is a simple PHP old style monolith to use at my hostgator web host. The objective is sync the files between the clients
This project is a modpack manager API for Minecraft, designed to be used with bobertobrLauncher. It allows you to create, manage, and version modpacks through a web interface.
You need to config a token to access this panel at app/config.php
To run this project, you need to have Docker and Docker Compose installed on your machine or you can use xamp and clone this project inside your htdocs.
-
Clone the repository:
git clone https://github.com/brutalzinn/minecraft-modpack-manager.git cd minecraft-modpack-manager
-
Configure your token to access the painel inside app/config.php
To start the project using Docker Compose, follow these steps:
-
Build and run the Docker containers:
docker-compose up --build
This command will build the Docker images and start the containers defined in the
docker-compose.yml
file. -
Access the API:
Once the containers are up and running, you can access the API by navigating to http://localhost:3000?token=yourtoken in your web browser.