Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 574 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 574 Bytes

README

AdHoc-Homework

System Requirements

  • Ruby version 2.6.0
  • Rails version 5.2.3

Getting Started

  • Download and extract the zip file and go to the directory of project i.e adhoc-hw
    • cd adhoc-hw
  • 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

Built with

  • HTTParty