This repo contains the code from the talk: "Building a simple REST API in Ruby On Rails", presented on February 27th.
- RVM (Ruby Version Manager)
- Ruby v2.6.0
- Ruby on Rails v6.0.0
- MySQL 5.7.24
- Install gems with
bundle install
- Set up database with
rails db:setup
raills db:migrate
rails server
As simple as running rspec
You can user POSTMAN or any tool you prefer (even cURL)