Try Cala
Install Docker and Docker Compose
- choose the install method for your system https://docs.docker.com/desktop/
Download the docker-compose.yml
wget https://raw.githubusercontent.com/GaloyMoney/cala/main/docker-compose.yml
Run the Cala Server with a PostgresQL Instance
docker-compose up -d cala-server
GraphQL Demo
- open the local GraphQL playground:
http://localhost:2252/graphql - continue with the GraphQL API Demo
Cleanup
- run in the directory where the docker-compose.yml file is
docker-compose down