Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k0ppai/search_analytics_engine
Search_Analytics_Engine is a Ruby on Rails test project given to me by Helpjuice. Main features include realtime instance search and popular searches analytics.
https://github.com/k0ppai/search_analytics_engine
rubyonrails stimulus
Last synced: 10 days ago
JSON representation
Search_Analytics_Engine is a Ruby on Rails test project given to me by Helpjuice. Main features include realtime instance search and popular searches analytics.
- Host: GitHub
- URL: https://github.com/k0ppai/search_analytics_engine
- Owner: K0ppai
- License: mit
- Created: 2024-01-03T15:53:49.000Z (10 months ago)
- Default Branch: develop
- Last Pushed: 2024-01-05T14:15:26.000Z (10 months ago)
- Last Synced: 2024-10-10T05:01:19.106Z (about 1 month ago)
- Topics: rubyonrails, stimulus
- Language: Ruby
- Homepage: https://search-enginee-ceb7b44283a9.herokuapp.com/
- Size: 272 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Search_Analytics_Engine
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [🚀 Live Demo](#live-demo)
- [Key Features ](#key-features-)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**Search_Analytics_Engine** is a Ruby on Rails test project given to me by Helpjuice.
Server
Database
- Click this [link](https://search-enginee-ceb7b44283a9.herokuapp.com/) for live view.
This project supports the following features
- Realtime search features
- Popular searches analytics
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need the following installed locally:
- Ruby
- Rails
- PostgreSQL
### Setup
Clone this repository to your desired folder:
Example commands:
```sh
cd my-folder
git clone https://github.com/K0ppai/Search_Analytics_Engine.git
```
### Install
Install this project with:
```sh
bundle install
```
### Usage
To run the project, execute the following command and kindly set up for database in `database.yml` file:
```sh
rails s
```
### Run tests
To run tests, run the following command:
Example command:
```sh
rspec
```
👤 **Paing Soe Thu**
- GitHub: [@K0ppai](https://github.com/K0ppai)
- Twitter: [link](https://twitter.com/_koppai_)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/paingsoe-thu/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/K0ppai/Search_Analytics_Engine/issues).
If you like this project, don't forget to give it a star. ⭐️
I would like to thank [Helpjuice](https://helpjuice.com/) for this amazing opportunity.
This project is [MIT](https://github.com/K0ppai/Search_Analytics_Engine/blob/develop/LICENSE) licensed.