https://github.com/collinstatang/real-time-search
Realtime search box, where users search articles, and have analytics that display what users were searching for.
https://github.com/collinstatang/real-time-search
javascript rails-application ruby
Last synced: 4 months ago
JSON representation
Realtime search box, where users search articles, and have analytics that display what users were searching for.
- Host: GitHub
- URL: https://github.com/collinstatang/real-time-search
- Owner: CollinsTatang
- Created: 2022-12-01T23:50:02.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-07-12T09:51:00.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T17:46:52.864Z (over 1 year ago)
- Topics: javascript, rails-application, ruby
- Language: Ruby
- Homepage: https://real-time-search-e2z4.onrender.com/
- Size: 117 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Realtime Search Box
To create a realtime search box, where users search articles, and then have analytics that display users search details.
## Built With
- Ruby v3.2.1
- Ruby on Rails "~> 7.0.8", ">= 7.0.8.4"
## Live Demo
Deployment
[RealTime Search Article](https://real-time-search-e2z4.onrender.com)
### Prerequisites
Ruby: 3.0.0
Rails: 7.0
Postgres: >=9.5
### Setup
Install gems with:
```
bundle install
```
Setup database with:
```
rails db:create
rails db:migrate
```
```
- Clone with HTTPS
```
https://github.com/CollinsTatang/Real-Time-Search.git
* `cd` into `Real-Time-Search`
Start server with:
```
rails server
```
Open `http://localhost:3000/` in your browser.
### Run tests
```
rspec --format documentation
```
## Author
👤 **Makungong Collins Tatang**
- GitHub: [@CollinsTatang](https://github.com/CollinsTatang)
- Twitter: [@CollinsTatang1](https://twitter.com/CollinsTatang1)
- LinkedIn: [Makungang Collins Tatang](https://www.linkedin.com/in/makungang-collins/)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/CollinsTatang/helpjuice-project/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
TBA
## 📝 License
TBA