Skip to content

Isaac-alencar/transactions-api

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors