Pipo service responsible for forward hub requests to services
The application is compatible with Windows and Linux based systems. Docker + Docker Compose are assumed to be installed and configured.
One may leverage VS Code Devcontainer for a simplified setup or other suitable option, as describbed in Manual Setup.
Devcontainer functionality can be used by choosing option Dev Containers: Open Folder in Container... in VS Code.
For these guiding steps a compatible version of Python is assumed to be installed.
In case poetry is not locally installed:
make poetry_setupTo setup the development environment and being able to run the test suite do:
make dev_setupBuild the app container image with:
make imageFor additional help try:
make helpBefore running the suite make sure file /tests/.secrets.yaml was created and filled based on the available example.
make testBefore running the following command make sure .env was created and filled based on the available example.
Start the container with
make run_imageThis project is licensed under the MIT License - see LICENSE file for details.