Prerequisites
Add the .env
& google_application_credentials.json
files to this directory. Both files can be obtained from the DevOps engineer.
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
flask run
python message-broker.py --target=sites-consumer
docker build --target=development -t meta-data .
docker run -p 4001:4001 meta-data
bash run-docker-compose.sh
Checkout the API documentation for available endpoints.
http://localhost:4001/api/v1/meta-data/apidocs/