This a test server to test iiif clients.
It contains test cases of Image API (v2 and v3), Presentation API (v2 and v3) abd Auth API (v1).
- Install Node.js
- Install yarn or npm
- Copy env.example to .env and set up the parameters
yarn installornpm installyarn run startornpm run start
This project can also run in Docker.
- Copy
env.exampleto.envif you want to customize the port - Build and start the container:
docker-compose up --build
- Open
http://localhost:3333
To stop the container:
docker compose down