Joey Hines
b92308da67
+ Implemented register, find, and add_location + Bunch of changes to the DB and the Models to make this work + API models are defined in GeoffreyModels so things that call the API don't need to define their own types + Still needs a lot of work, and need to design the api a bit more + Clippy + fmt |
||
---|---|---|
figures | ||
geoffrey_api | ||
geoffrey_db | ||
geoffrey_models | ||
.gitignore | ||
ARCHITECTURE.md | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
README.md
Geoffrey: A Location Database for Minecraft Servers
Geoffrey was created to be an information source for base and shop locations on Minecraft severs. Geoffrey can track bases, shops, items for sale, tunnels, towns, public farms and more!
This is the third complete rewrite version of Geoffrey. V3 focuses on improving the API,
adding new features, and moving to Rust.
This version is still very early in development and things are very likely to change.
Project Layout
geoffrey_models
: Models used throughout Geoffrey, split into their own library for reuse.