Auth username = 'test' Auth password = 'test'
To start the Ruby rack demo app..
- Clone repo
- run 'bundle install'
- run app with 'rackup' command in root folder
-
Get all users http://localhost:9292/users
-
Get user by Id http://localhost:9292/users/1
-
Get users by name http://localhost:9292/search?name=laxman