Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doabit/searchkick_demo
Searchkick demo
https://github.com/doabit/searchkick_demo
Last synced: about 1 month ago
JSON representation
Searchkick demo
- Host: GitHub
- URL: https://github.com/doabit/searchkick_demo
- Owner: doabit
- Created: 2013-08-13T10:46:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-25T06:39:47.000Z (almost 9 years ago)
- Last Synced: 2024-04-09T15:09:04.411Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 58.6 KB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
````