Rails REST articles API Run this app in local cd /your_work_path git clone https://github.com/OlegMarko/articles-api.git cd articles-api bundle install rake db:migrate rails s testing with Postman makes API http://localhost:3000/api/v1/articles GET POST PUT DELETE