A realtime search box, where users search quotes, 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 https://github.com/learnwithalfred/live-search.git
Install this project with:
cd live-search
gem install
rails db:setup
To run the project, execute the following command:
bin/dev
- Create a new account or signin with the following credentials:
- email:
test@example.com
- password:
secrete
- email:
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.