Server for the Geode Index, the API used by Geode SDK to retrieve mod information. Based on actix-web and sqlx.
- rust stable
- PostgreSQL 14 or later
The API documentation can be found here. A machine readable openapi.json specification can be found here.
Check out the development environment setup to get started!
cargo build # or cargo build --release