RubyLens is a web application built using Ruby on Rails that crawls multiple job sites and aggregates job postings into one place, making job search easier.
Ruby job listing from sites including Ruby on Remote, Rails Jobs Board and Hotwire+Rails
Links to useful sites in the Rails community
Links to useful Ruby and Ruby on Rails resources for learners
Ruby 2.7.3
Rails 6.1.7
Nokogiri gem
RSpec gem
Clone the repository:
git clone https://github.com/Fh-Ndiritu/RubyLens.git
Install dependencies:
bundle install
Run database migrations:
rails db:migrate
Start the Rails server:
rails server
Open your web browser and navigate to http://localhost:3000 to use the app.
We welcome contributions from anyone! Please fork the repository and create a pull request.
RubyLens is released under the MIT License.