- Ruby version 2.6.0
- Rails version 5.2.3
- Download and extract the zip file and go to the directory of project i.e
adhoc-hw
- cd
adhoc-hw
- cd
- Run
bundle install
to install all dependencies - Run server
rails s
- Visit the url,
http://localhost:3000/users
for getting list of all users In order to change the api end point's baseURL, update the BASE_URL in users_controller.rb
- HTTParty