- To use application first run "bundle" command
- This application uses SQLite Db
- Create and seed data using database.rb file run "ruby database.rb" command
- To run the application go to command line and hit "bundle exec rackup"
- Open up the browser and run "http://localhost:9292/"
- use following credentials username: admin, password: admin
- To search name from DB hit "http://localhost:9292/users?name=arvind" in browser address bar