Skip to content

An open source Minecraft Custom Heads Database REST API

License

Notifications You must be signed in to change notification settings

DevSrSouza/MCHeads

Repository files navigation

MC-Heads (WIP)

An open source Minecraft Custom Heads Database REST API

About

A Kotlin multiplatform project that provide minecraft custom heads database for builders, map makers, plugin developers and server admins.

Modules

Backend

Provide the REST API for the clients

Client

Provide a platform and library specific implementation of the backend REST API

  • Common
  • Ktor (Multiplatform)
  • Frontend (KotlinJS)
  • Retrofit

Shared

Provide classes and constants shared between backend and clients