- Ensure you have docker and docker-compose
- Optionally setup a virtual environment
- If running in production mode:
docker-compose -f prod-docker-compose.yml up
- If running in development mode:
docker-compose -f dev-docker-compose.yml up
- Access the api at the specified host and port (if not changed: http://localhost:5000/)
Use Postman and import the documentation from the file "P5-Metadata-api.postman_collection.json"
- Clone the repository from here
- Make the changes you want to make
- Update the api documentation
- Push them into a branch
- Make a pull request
- Ensure pipelines pass
pylint ./**/*.py