Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days 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 (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-07-12T09:51:00.000Z (7 months ago)
- Last Synced: 2024-12-03T16:45:25.504Z (2 months ago)
- Topics: javascript, rails-application, ruby
- Language: Ruby
- Homepage: https://real-time-search-e2z4.onrender.com/
- Size: 117 KB
- Stars: 3
- 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: [makungong-collins](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