Search Engine is an application that searches through items and keep record of what people have been looking for the most, displaying the most repeated searches.
- Ruby on Rails
Server
Database
- Create foods
- Search food
- Record and display what the logged in user has been searching for the most.
Coming soon!
To get a local copy up and running follow these simple example steps.
- get the directory that you want to clone the repository.
- open the command prompt in this directory.
- write
git clone https://github.com/GedeonTS/search-engine.git
. - go to the repository folder in your command prompt
search-engine
. - Open terminal in that folder run
bundle install
. - run
rails server
to start the App.
To run tests, run the following command:
- Make sure that you have the necessary dependencies installed by running the following command:
bundle install
-Run all the tests by executing the following command:
rspec
You can deploy this project by using herokku or render, we preferred the latter since it is still allowing free hosting.
👤 Ushindi Gedeon
- GitHub: @GedeonTS
- Twitter: @Gedeon191
- LinkedIn: Ushindi Gedeon
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
t
If you like this project, you can complement us by leaving a star!