-
Ruby version: 2.7.1
-
System dependencies
bundle install- Database creation
rails db:create
rails db:migrate- Database initialization
rails db:seed- How to run the test suite
bundle exec rspec- Make first request
curl localhost:3000/posts\?page\[size\]=5\&page\[before\]=12