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
$ git clone https://github.com/NgariNdungu/p2p-payments-api.git
  1. cd into project directory and build image
$ cd p2p-payments-api
  1. Checkout to the develop branch
$ git checkout -b develop
  1. Build image
$ 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