server/README.md
GHOSCHT 884fc94001
Integrate with OpenAPI contract
Just the generated types will be used. The server stubs are unusable, since JWT auth isn't really supported in the generator (it says it does but nothing is generated...)
2024-05-30 17:25:42 +02:00

11 lines
327 B
Markdown

# 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.
```sh
git clone
git submodule update --init --recursive #Update OpenAPI submodule
just openapi #Generate OpenAPI types
```