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

https://github.com/delicelydia/search-box

This project is about creating a realtime search box, where users search articles, and then have analytics that display what users were searching for
https://github.com/delicelydia/search-box

bootstrap javascript rails ruby

Last synced: 3 months ago
JSON representation

This project is about creating a realtime search box, where users search articles, and then have analytics that display what users were searching for

Awesome Lists containing this project

README

          

## Description

This project is about creating a realtime search box, where users search articles, and then to have analytics that display what users were searching for

## Built With

- Ruby v3.2.2
- Rails 7.1.2
- Javascript

## Getting Started

* Clone this repo
```
git clone https://github.com/DeliceLydia/search-box
```
* Navigate to the search-box folder
```
cd search-box
```
* On the terminal, while in the 'search-box' directory, run the following to install dependency:
```
bundle install
```
* Run the following command to setup database:
```
rails db:reset
```
* To interact with the project, run:
```
rails server
```
## Tested With
- Rspec

👤 **Delice Lydia**
- [Github](https://github.com/DeliceLydia)
- [Linkedin](https://twitter.com/IngabireLydia3)