- π About the Project
- π» Getting Started
- π₯ Authors
- π€ Contributing
- π Acknowledgements
- π License
A real-time search box, where users search articles, and then have analytics that displays what users were searching for. Show a record of user input in real-time
Built-in with Ruby on Rails
Client
Server
Database
Real-time search box and analytics of user searching.
- [Realtime Searching]
- [Show record of user input]
- [Compare the search that is made in the past 30 min]
- [Check the similarity of the search before updating using A collection of text algorithms]
To get a local copy up and running, follow these steps.
To run this project you need:
gem install rails
Clone this repository to your desired folder:
git clone git@github.com:darikmohammed/search.git
Install this project with:
cd search
bundle install
rails db:setup
rails db:seed
To run the project, execute the following command:
rails server
To run tests, run the following command:
bundle exec rspec
π€ Darik Mohammed
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
I would like to to thank
- Helpjuice
- Emil Hajric
This project is MIT licensed.