Compare commits

..

4 Commits

Author SHA1 Message Date
25b699da28 docs: remove challenge file
All checks were successful
Rust / check (push) Successful in 32s
Rust / test (push) Successful in 32s
Docker / build (push) Successful in 37s
2026-06-16 14:21:31 +02:00
17dc59699e docs: improve docs
All checks were successful
Docker / build (push) Successful in 22s
Rust / check (push) Successful in 32s
Rust / test (push) Successful in 33s
2026-06-16 14:11:25 +02:00
f367692287 ci: avoid qemu on local runners
All checks were successful
Rust / test (push) Successful in 1m2s
Rust / check (push) Successful in 1m23s
Docker / build (push) Successful in 2m4s
2026-06-16 13:59:34 +02:00
fe6244f51c feat: add challenge file
Some checks failed
Docker / build (push) Failing after 28s
Rust / test (push) Successful in 53s
Rust / check (push) Successful in 56s
2026-06-16 13:53:39 +02:00

View File

@@ -4,12 +4,6 @@ REST API for the TrueLayer Software Engineering Challenge. It returns basic Pok
## 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.
### Option A: Docker