HJ search is a full-stack web app. A search engine which is a real time search box where users search articles and then the search engine records and displays analytics about what users searched the most, number of times they searched a particular query and other information.
- Ruby
- Ruby on Rails
- Rubocop
- Bootstrap
- Gems
- Rspec
- Faker
- FuzzyStringMatch
Follow these steps below:
- Ruby 3.0.0
- Rails 7
- PostgreSQL 12
Clone the repo and run bundle install in the command line to install the dependencies
$ git clone https://github.com/BertrandConxy/search-engine.git
$ cd search-engine
$ bundle install
rails c
rails db:migrate
rails db:seed
rubocop -A
$ rspec
- this will run all the test cases
$ rspec spec/folder_name/name_of_test_file.rb
- to run test cases individually
$ rails server
Open http://localhost:3000/ in your browser
👤 Bertrand Mutangana Ishimwe
- GitHub: @BertrandConxy
- Twitter: @Bconxy
- LinkedIn: Bertrand Mutangana Ishimwe
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Original design idea by Google
This project is MIT licensed.