A realtime search box, where users search articles, and then to have analytics that display what users were searching for.
Real Time Search is a...
Client
Server
Database
- Create Articles
- Search Articles
- Read Search Results
To get a local copy up and running, follow these steps.
In order to run this project you need:
gem install rails
Clone this repository to your desired folder:
git clone https://github.com/learnwithalfred/rails-real-time-search
Install this project with:
cd rails-real-time-search
gem install
rails db:create && rails db:migrate && rails db:seed
To run the project, execute the following command:
rails server
To run tests, run the following command:
rspec
👤 Author1
- GitHub: @learnwithalfred
- Twitter: @kb_alfred
- LinkedIn: @learnwithalfred
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.