- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
SEARCH ENGINE is a realtime search box, where users search articles, and have analytics that display what users were searching for.
Mainly Ruby on Rails with StimulusJS and turbo frame.
Framework/Libraries
Bundler
Database
- It records input in real time
- It displays analytics & trends of what you search for
- It sorts resources in ascending and descending order
- It authenticates user
- User authorization is configured
To get a local copy up and running, follow these steps.
In order to run this project you need:
Clone this repository to your desired folder:
cd <the name of folder you want to clone this project into>
git clone git@github.com:Gambit142/Search-Engine-App.git
cd Search-Engine-App
Install this project with:
bundle install
yarn install
Next, use this command to create the databases:
rails db:create
Next, use this command to run the migration files:
rails db:migrate
Next, use this command to run seed data:
rails db:migrate
rspec spec
To run the project, execute the following command:
./bin/dev
Click on my social links to contact me for work and collaboration.
👤 Author
- GitHub: @Gambit142
- LinkedIn: LinkedIn
- Add more resources that can be queried
- Implement Pagination for resources
- Display more metrics
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
This project is MIT licensed.