/green-mamba

Green Mamba is a mobile money project. Topup, send and receive e-money

Primary LanguageRuby

P2P PAYMENTS API

A peer to peer money transfer system built using rails on docker.

see documentation.

Prerequisites

  1. Docker
  2. Docker-compose

Run local

  1. Clone
$ git clone https://github.com/NgariNdungu/p2p-payments-api.git
  1. cd into project directory and build image
$ cd p2p-payments-api && docker-compose build
  1. Run
$ docker-compose up -d

Test

  1. Run app.
  2. Run tests.
$ docker-compose exec api bundle exec guard

Project Wrap up

Wrap Up