- clone the repository
git clone git@github.com:Isaac-alencar/transactions-api.git- move to the repository folder
cd transactions-api/- install the dependencies
bundle install- setup the database
# this will create the database and add some data
rails db:setup- run the server
rails server # or rails s, for short bundle exec rspecYou can check the api documentation by running:
open doc/api/index.html