Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohamedhnoor/realtimesearchanalytics
Real-time search engine that would store analytics from what users searched for.
https://github.com/mohamedhnoor/realtimesearchanalytics
render rspec ruby ruby-on-rails tailwindcss
Last synced: 18 days ago
JSON representation
Real-time search engine that would store analytics from what users searched for.
- Host: GitHub
- URL: https://github.com/mohamedhnoor/realtimesearchanalytics
- Owner: MohamedHNoor
- License: mit
- Created: 2024-01-03T21:47:58.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-06T14:08:46.000Z (11 months ago)
- Last Synced: 2024-10-16T11:03:25.113Z (about 1 month ago)
- Topics: render, rspec, ruby, ruby-on-rails, tailwindcss
- Language: Ruby
- Homepage: https://realtimesearchanalytics.onrender.com/
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RealtimeSearchAnalytics
> Real-time search engine that would store analytics from what users searched for.
## Login preview
## Dashboard Preview
## Real-Time Search
# Key Features
- real-time search box
- analytics that display what user were searching for## Built With
- Ruby 3.2.2
- Ruby on Rails 7.1.2
- hotwire,
- tailwind CSS
- postgresql## Live Demo
[Live Demo Link](https://realtimesearchanalytics.onrender.com/)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
> Ruby version 3.2.2
> Rails version 7.1.2
> Postgresql### Setup
```sh
cd your_desired_folder
git clone https://github.com/MohamedHNoor/RealtimeSearchAnalytics.git
```### Install
- After cloning type `cd RealtimeSearchAnalytics`.
- Run `bundle install` to install all gems.### Usage
- Run `rails db:create` to create a new database
- Run `rails db:migrate` to migrate the db and build the schema
- Run `bin/dev` to start the server### Test
- Run `rspec` for testing
## Authors
👤 **Mohamed Hassan Noor**
- GitHub: [@MohamedHNoor](https://github.com/MohamedHNoor)
- Twitter: [@MohamedHNoor](https://twitter.com/MohamedHNoor)
- LinkedIn: [@MohamedHNoor](https://www.linkedin.com/in/mohamedhnoor/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/MohamedHNoor/RealtimeSearchAnalytics/issues).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./LICENSE) licensed.