Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 611 Bytes

File metadata and controls

50 lines (33 loc) · 611 Bytes

Transactions API

Get started

How to run it locally

  1. clone the repository
    git clone git@github.com:Isaac-alencar/transactions-api.git
  1. move to the repository folder
    cd transactions-api/
  1. install the dependencies
  bundle install
  1. setup the database
  # this will create the database and add some data
  rails db:setup
  1. run the server
  rails server # or rails s, for short

Running specs

  bundle exec rspec

Documentation

You can check the api documentation by running:

    open doc/api/index.html