2024-09-15 18:51:38 +02:00
2024-09-15 18:51:38 +02:00
2024-08-10 23:21:36 -05:00
2024-08-10 23:21:36 -05:00
2024-09-15 18:51:38 +02:00
2024-09-15 18:51:38 +02:00
2024-09-15 18:51:38 +02:00
2022-03-10 20:06:21 -06:00
2023-04-20 00:15:52 -05:00
2023-02-24 09:02:23 -06:00

API Server

The API and rendering service responsible for serving images for mineatar.io.

Getting Started


# Clone the repository into a `api-server` folder
git clone https://github.com/mineatar-io/api-server.git

# Navigate the working directory into the api-server folder
cd api-server

# Copy the `config.example.yml` file a new file `config.yml`
# You will need to edit the details of this file.
cp config.example.yml config.yml

# Build the source code into a single executable
make

# Run the executable
./bin/main

Issues

If you find any issues with this API service (not the website itself), please create a new issue with all necessary details.

License

MIT License

Description
No description provided
Readme 208 KiB
Languages
Go 97%
Makefile 1.9%
Dockerfile 1.1%