The backend interacting with the database & geocoding services
docs | ||
migrations | ||
openapi | ||
patches | ||
src | ||
.envrc | ||
.gitignore | ||
.gitmodules | ||
Cargo.lock | ||
Cargo.toml | ||
diesel.toml | ||
docker-compose.yml | ||
flake.lock | ||
flake.nix | ||
justfile | ||
README.md |
Schnabu Server
Getting Started
The server's OpenAPI contract is added via Git submodules. OpenAPI generator cli can be called via just
if the cli is installed globally or the nix shell is used.
git clone
git submodule update --init --recursive #Update OpenAPI submodule
just openapi #Generate OpenAPI types