Reem-lab / search-engine-rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search Engine App

About create a realtime search box, where users search articles, and then to have analytics that display what users were searching for. my goal is to record their input in realtime and ultimately display analytics & trends on what people are searching for the most.

video demo πŸŽ₯

Database Diagram

image

Heroku Deploy πŸš€

Built With

  • Ruby
  • Ruby on Rails
  • RSpec, PostgreSQL

Configuration

To use this project you first need to have installed the following:

  • Node.js
  • Ruby
  • PostgreSQL
  • Rails
  • Ruby version

The version of ruby that is needed for this project is

  • 3.2.0

Once you have installed them, you need to use the following command to clone the repository:

git clone https://github.com/Reem-lab/search-engine-rails.git

Then install the bundle configruation by thr following command


bundle install

Database creation

Next, use this command to create the databases:

rails db:create

Usage

Finally, use the following command to initialize the live server:

rails s

How to run the tests

rspec spec

or :

rspec spec/models
rspec spec/views

Authors

πŸ‘€ Reem Janina

Platform Badge
GitHub @Reem-lab
Twitter Rem79940127
LinkdIn reem-janina

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

πŸ“ License

This project is MIT licensed.

About


Languages

Language:Ruby 70.5%Language:HTML 22.7%Language:Batchfile 3.1%Language:JavaScript 2.8%Language:CSS 0.8%Language:Shell 0.1%