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
- Host: GitHub
- URL: https://github.com/delicelydia/search-box
- Owner: DeliceLydia
- Created: 2024-01-04T12:05:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-06T16:23:09.000Z (over 2 years ago)
- Last Synced: 2025-03-28T05:42:39.525Z (over 1 year ago)
- Topics: bootstrap, javascript, rails, ruby
- Language: Ruby
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)