mirror of
https://github.com/edufeed-org/amb-api.git
synced 2025-12-07 23:34:33 +00:00
Add docker run info to README
This commit is contained in:
parent
a34d07d365
commit
afc421a4ee
1 changed files with 1 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Edufeed To AMB Transformer
|
||||
|
||||
Run with: `clj -M -m app.core`
|
||||
Run with: `clj -M -m app.core` or `docker-compose up` (before build the uberjar with `clj -T:build uber`)
|
||||
|
||||
Runs on port `8890`.
|
||||
|
||||
|
|
@ -8,7 +8,5 @@ Sets up an endpoint `/resources` which accepts `pk` for an actory public key as
|
|||
|
||||
Results are validated against the metadata profile [Allgemeines Metadatenprofil für Bildungsressourcen](https://w3id.org/kim/amb/latest/) before being returned.
|
||||
|
||||
## TODO
|
||||
|
||||
- [ ] Add aero for configuration
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue