ApiManagement is the subservice responsible for managing APis and handling external api calls. ApiManagement provides a RESTful API to modify APIs.
Deployment can be easily done by using the Docker compose script inside the meta repository.
- First, clone the meta repository by typing:
git clone https://git.thm.de/softwarearchitektur-wz-ss24/studentswa2025/enton/gromokoso.git- Then, use the following script to clone the sub-repositories (including this one):
bash pull_subrepos.sh- Make sure docker and docker compose are installed:
docker --version
docker compose version- Start all subservices by:
docker compose up -d- To stop services, type:
docker compose down -v