Logo Lanfrica

zegetech/green-mamba

Domain:

digital infrastructure

Record type:

software
Creator:
zeg
Host:
Green Mamba is a mobile money project. Topup, send and receive e-money # P2P PAYMENTS API A peer to peer money transfer system built using rails on docker. **This is a review project and is not to be used for commercial purposes.** see documentation. ## Prerequisites 1. Docker 2. Docker-compose ## Run local 1. Clone ```bash $ git clone github.com ``` 2. cd into project directory and build image ```bash $ cd p2p-payments-api ``` 3. Checkout to the develop branch ```bash $ git checkout -b develop ``` 4. Build image ``` $ docker-compose build ``` 5. Run ```bash $ docker-compose up -d ``` ## Test 1. Run app. 2. Run tests. ```bash $ docker-compose exec api bundle exec guard ``` ## Project Wrap up Wrap Up

Languages