Search-Engine | Project

πŸ“— Table of Contents


Search-Engine

"Search-Engine" is a searcher web app like google application to search everything you want. This project is a JS Vanilla application, and it allows users to register and log in with their credentials, see all the items registered, and add or delete items to the inventory.

Two repositories were created for its construction:

Additionally, the API documentation is available here.




photo_2023-11-09_16-45-50



FireShot Capture 407 - View 1 Β· Rent For A Day - github com




πŸ›  Built With

Tech Stack

The project is built using the following technologies:

  • Ruby on Rails.
  • PostgreSQL.
  • RSpec.
  • Rubocop.


Key Features

  • Differents repos: This help to split and manage responsibilities.
  • On going search: The user can write and the search is trigger it automatically.
  • User-Friendly Interface: Navigate with ease.
  • Analytics tab: The API return you the 10 most searched terms.
  • Ruby on Rails
  • Linters
    • Rubocop
  • Follow list of Rails and JS best practices

(back to top)

πŸš€ Live Demo

(back to top)

πŸ’» Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need to have:

  • Installed Ruby and Ruby on Rails.
  • If you're using Windows, have installed WSL.
  • If you're using MacOS, an option is using UTM.

Setup

To clone this repository to your desired folder, run the following command:

git clone https://github.com/Zven94/Article-Searcher.git

Navigate to the cloned repository and run the following command to install the necessary gems:

cd Article-Searcher
bundle install

Before continue you will need to create your own credentials file. To do so, first remove config/master.key and config/credentials.yml.enc if they exist.

run the following command:

EDITOR=code rails credentials:edit 

You can close the editor that opens. This command will create a new master.key and credentials.yml.enc if they do not exist. Now you can continue.

Usage

Initialize it with

rails server

Then open http://localhost:3000 in your browser.

Now you need to create the database, run the following command:

rails db:create

Then migrate the database:

rails db:migrate

Test

To run the tests try the following command:

rspec spec

(back to top)


πŸ‘₯ Authors

πŸ‘€ Nicolas BolaΓ±ez

(back to top)


πŸ”­ Future Features

Upcoming improvements:

  • More analytics about searched data.
  • Responsive desing for moviles and tablets.

(back to top)


🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)


⭐️ Show your support

If you like this project and know someone who might find it helpful, please share it. Or give it a star ⭐️

(back to top)


πŸ™ Acknowledgments

I thank Microverse for this fantastic opportunity, and the code reviewers for their advice and time.

Original design idea by Emil Hajric.

(back to top)


πŸ“ License

This project is MIT licensed.

(back to top)