This is the blog done in Ruby on Rails with the goal to learn and practice Ruby on Rails.
It's hosted in url below:
http://blog-wtrindades.herokuapp.com/
First you need have installed in your system:
- Ruby 2.2.3
- Ruby on Rails 4
- Postgres 9.5
- Git
$ git clone https://github.com/wtrindades/blogRails.git
$ cd blog/
$ bundle install
$ rake db:create
$ rake db:migrate
$ rails s
And access in your browser http://localhost:3000