Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 608 Bytes

File metadata and controls

22 lines (13 loc) · 608 Bytes

Geode Server

Server for the Geode Index, the API used by Geode SDK to retrieve mod information. Based on actix-web and sqlx.

Requirements for hosting

  • rust stable
  • PostgreSQL 14 or later

Documentation

The API documentation can be found here. A machine readable openapi.json specification can be found here.

Configuration

Check out the development environment setup to get started!

Building the server

cargo build # or cargo build --release