Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/doabit/searchkick_demo

Searchkick demo
https://github.com/doabit/searchkick_demo

Last synced: about 1 month ago
JSON representation

Searchkick demo

Awesome Lists containing this project

README

        

# Searchkick example

[searchkick][1] example for [autocomplete][2], [conversions][3] and [similar][4].

[1]: https://github.com/ankane/searchkick
[2]: https://github.com/ankane/searchkick#autocomplete
[3]: https://github.com/ankane/searchkick#keep-getting-better
[4]: https://github.com/ankane/searchkick#autocomplete

## Use

````ruby
bundle install
bundle exec rake db:migrate
bundle exec rake db:seed
rails server
visit locolhost:3000
````