Skip to content

grascovit/blog

Repository files navigation

Codeship Status for grascovit/blog codecov

Blog

Project created using Rails 5.1.4 (Ruby 2.4.2), PostgreSQL and RSpec.

Setup

To run the application, execute the following step:

bundle install

Then, run bundle exec figaro install, copy the content from config/application.yml.example file to config/application.yml and fill the required data.

After this, execute the following steps:

rails db:create
rails db:migrate

Finally, run the application:

rails s