An open API service indexing awesome lists of open source software.

https://github.com/reem-lab/search-engine-rails


https://github.com/reem-lab/search-engine-rails

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)
![](https://img.shields.io/static/v1?label=BY&message=Reemoz&color=pink)

# 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

![image](https://user-images.githubusercontent.com/58553711/213612334-1c830da1-8988-48dd-8a97-ec256a07e056.png)

## 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.