Compare commits

..

5 Commits

Author SHA1 Message Date
4433d9e6aa docs: clarify requirements
All checks were successful
Rust / check (push) Successful in 29s
Rust / test (push) Successful in 30s
Docker / build (push) Successful in 27s
2026-06-16 14:22:20 +02:00
44dcf26bb3 docs: remove challenge file 2026-06-16 14:22:20 +02:00
615fd5943e docs: improve docs 2026-06-16 14:22:20 +02:00
0c9e6bddd9 ci: avoid qemu on local runners 2026-06-16 14:22:20 +02:00
d7aa7136e2 feat: add challenge file 2026-06-16 14:22:20 +02:00

View File

@@ -4,6 +4,12 @@ REST API for the TrueLayer Software Engineering Challenge. It returns basic Pok
## Requirements ## Requirements
Install these tools first:
- Rust, via `rustup`, for local development and tests.
- `make`, for the documented command shortcuts.
- Docker, for the containerized run path.
You can run it either with Docker or with a local Rust toolchain. Common commands are available through `make`; run `make help` for the full list. You can run it either with Docker or with a local Rust toolchain. Common commands are available through `make`; run `make help` for the full list.
### Option A: Docker ### Option A: Docker