Environment
- Ruby 2.4.0
- Rails 5.0.2
On the root folder:
$ bundle install # install dependencies
$ rake db:create # create database
$ rake db:migrate # update database schema
$ rails s # run server
On the root folder:
$ rspec spec --format documentation
You can see the documentation here(portuguese)
To generate the documentation you need have installed apidoc.
$ apidoc -i app/controllers/ -o doc/