https://github.com/reem-lab/search-engine-rails
https://github.com/reem-lab/search-engine-rails
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/reem-lab/search-engine-rails
- Owner: Reem-lab
- Created: 2023-01-19T12:57:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T00:09:29.000Z (over 3 years ago)
- Last Synced: 2025-02-22T23:41:29.323Z (over 1 year ago)
- Language: Ruby
- Size: 99.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changes.diff
Awesome Lists containing this project
README


# Search Engine App
> About create a realtime search box, where users search articles, and then to have analytics that display what users were searching for. my goal is to record their input in realtime and ultimately display analytics & trends on what people are searching for the most.
## video demo 🎥
# Database Diagram

## Heroku Deploy 🚀
## Built With
- Ruby
- Ruby on Rails
- RSpec, PostgreSQL
## Configuration
To use this project you first need to have installed the following:
+ Node.js
+ Ruby
+ PostgreSQL
+ Rails
* Ruby version
The version of ruby that is needed for this project is
+ 3.2.0
Once you have installed them, you need to use the following command to clone the repository:
```
git clone https://github.com/Reem-lab/search-engine-rails.git
```
Then install the bundle configruation by thr following command
```
bundle install
```
### Database creation
Next, use this command to create the databases:
```
rails db:create
```
## Usage
Finally, use the following command to initialize the live server:
```
rails s
```
## How to run the tests
```
rspec spec
```
### or :
```
rspec spec/models
rspec spec/views
```
## Authors
👤 **Reem Janina**
Platform | Badge |
--- | --- |
**GitHub** | [@Reem-lab](https://github.com/Reem-lab)
**Twitter** | [Rem79940127](https://twitter.com/Rem79940127)
**LinkdIn** | [reem-janina](https://www.linkedin.com/in/reem-janina-ab74ab21a/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc
## 📝 License
This project is [MIT](./LICENSE) licensed.