Experience API serving UI in Mojaloop Payment Manager
-
Build the docker image: docker build -t modusintegration/mojaloop-payment-manager-experience-api .
-
Running the container: docker run -it -p 3000:3000 -e MOCK_DATA=true modusintegration/mojaloop-payment-manager-experience-api
In test/contract_tests folder there is a postman collection that tests all the endpoints in the api.
To test the scripts in the collection, you need to set EXPERIENCE_API_ENDPOINT environment variable in the postman environment file to localhost:3000