A microservice with API to store, manage and search through meta data of data sets.
All requirements have been abstracted away using Docker:
- Docker (https://www.docker.com/)
If you want to roll your own runtime environment, the Dockerfile(s) and docker-compose.yml should provide you
with sufficient information to create an environment in which to run the service.
Open a terminal in the root-dir of this project and type:
docker-compose up -d
Now you can open your browser at http://localhost:8000/ and see content served by the code.
Run the script in the test folder (that utilizes the docker-compose-for-tests.yml):
./test.sh
To do: make locally testing possible