Skip to content
This repository has been archived by the owner on May 20, 2021. It is now read-only.
/ JobMate-on-Rails Public archive

A better way to find and apply to jobs. **MOVED TO PYTHON**

License

Notifications You must be signed in to change notification settings

kylejb/JobMate-on-Rails

Repository files navigation

Laptop on desk with coffee and notepad in a cafe

JobMate

Status License


A better way to find and apply to jobs.

📝 Table of Contents

🧐 About

This project is migrating to JobMate.

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Ruby (version 2.7.2)
  • SQLite3 (download here)
  • Bundler (Bundler 2 or greater)

Before running the commands listed below, make sure you're shell is currently using the correct Ruby version (e.g., which ruby or ruby --version should point to "ruby-2.7.2").

If you have Bundler installed, run this command to make sure it's updated:

bundle update --bundler

If you do not have Bundler installed, run the following command to install it:

gem install bundler

Installing

  1. Clone the repo:
git clone https://github.com/kylejb/JobMate.git
  1. cd into the project directory and run bundler to install required gems:
bundle install
  1. Migrate Models to database and seed database*:
rails db:migrate
rails db:seed

*Note: feel free to modify the db/seeds.rb file with any test/sample data that you may need.

  1. Fetch latest job postings (this may take up to fifteen minutes) from indeed.com:
rails app:indeed_scraper
  1. Last, but not least... spin up server and navigate to localhost:3000:
rails s

⛏️ Built Using

✍️ Authors

🎉 Acknowledgements