Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swaathi/livesearch-rails-react-elasticsearch
A Rails application that uses ReactJS and Elasticsearch to build a reactive(live) search page
https://github.com/swaathi/livesearch-rails-react-elasticsearch
Last synced: 13 days ago
JSON representation
A Rails application that uses ReactJS and Elasticsearch to build a reactive(live) search page
- Host: GitHub
- URL: https://github.com/swaathi/livesearch-rails-react-elasticsearch
- Owner: swaathi
- License: mit
- Created: 2015-09-16T18:05:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-16T18:50:08.000Z (about 9 years ago)
- Last Synced: 2024-10-04T18:57:30.856Z (about 1 month ago)
- Language: Ruby
- Homepage: http://www.blog.skcript.com
- Size: 11.5 MB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# livesearch-rails-react-elasticsearch
A Rails application that uses ReactJS and Elasticsearch to build a reactive(live) search page.You can find a detailed tutorial on [Medium](https://blog.skcript.com/building-a-live-search-page-with-reactjs-rails-and-elasticsearch-197f2650438b).
### Installation
1. Install [Rails 4.x.x](http://rubyonrails.org) on your environment.
2. Install [Elasticsearch](https://elastic.co).### Configuration
1. Run bundle install
2. Start your Rails Web Server
3. Start Elasticsearch### Contribution
1. Fork the repository and make changes.
2. Give me a pull request with a valid description.### Support
Raise bugs in the Github [Issue Tracker](https://github.com/swaathi/livesearch-rails-react-elasticsearch/issues).