Skip to content

spritlesoftware/talent-search

Repository files navigation

TALENT SEARCH

Tool to simplify the hiring process and save valuable time by choosing the right candidates, manage talent pool, strengthen team collaboration, and hire top talent. Make recruitment and talent management your competitive advantages with the best Applicant Tracking System.

Short Clips and Screenshots

Quick Tour

s_hiring_test.mp4

Dashboard View

Dashboard View

Candidate Directory

To show the list of candidates with their test status and result percentage.

Candidate Directory

Import Candidate

Import Candidate

List of Questions

List of Questions

Import Question

Import Question

Login Page

Login Page

Requirements

  • Ruby 2.7.1
  • Rails 7.0.0
  • Postgres 12+

App setup instructions

  1. Clone the app

  git clone git@github.com:spritlesoftware/spritle-hire.git && cd spritle-hire

  1. Install dependencies

  npm install

  yarn install

  bundle install

  1. Copy config files

  cp .env.example .env

  cp config/database.yml.example config/database.yml

  1. Create the Database

  rake db:create

  1. Migrate the databse schema

  rake db:migrate

  1. Populate seed data

  rake db:seed

  1. Populate questions and candidates data

  rake load_questions:data -> Populate Questions data

  rake load_candidates:data -> Populate Candidates data

  1. Start the server

  rails s

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •