/DireWolf

DireWolf - A job portal. A sample of features: Employers can post jobs, view applicants' qualifications, and more. Job seekers can search for jobs, upload their resume, and apply for jobs. A project completed for CSC517 at North Carolina State University.

Primary LanguageRuby

===================================================================================== Welcome to the DireWolf Job Portal

Note: Please follow the below steps to setup the application in your local machine:

  1. Setup a test directory: mkdir ~/test

  2. Clone the repository.

  3. Setup your database.yml as shown in 'database.yml.copy'

  4. Run the following commands:

    1. bundle install
    2. 'rake db:create'
    3. 'rake db:migrate'
    4. 'rake setup_sample_application'
  5. Your application is good to go.

  6. Start your sever using: 'rails server'

Enjoy playing with the application. :)