Skip to content

lfnascimento/black_widow

Repository files navigation

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