lfnascimento / black_widow

A tiny bank accounting API

Home Page:https://black-widow-banking-account.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status License: MIT GitHub release (latest by date) Maintainability Test Coverage

Black Widow - Bank Accounting

To run this project you need to have:

  • Docker

Setup the project

$ git clone https://github.com/lfnascimento/black_widow.git
$ cd black_widow
$ docker-compose build
$ docker-compose run app bin/setup
# Run the specs to check if everything is working ok and coverage
$ docker-compose run app bundle exec rspec

Running the project

$ docker-compose up

Usage

Examples

Please check the DOC for further information. Open http://localhost:3000

About

A tiny bank accounting API

https://black-widow-banking-account.herokuapp.com/


Languages

Language:Ruby 98.3%Language:Dockerfile 0.8%Language:HTML 0.5%Language:Shell 0.4%