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.
s_hiring_test.mp4
To show the list of candidates with their test status and result percentage.
- Ruby 2.7.1
- Rails 7.0.0
- Postgres 12+
git clone git@github.com:spritlesoftware/spritle-hire.git && cd spritle-hire
npm install
yarn install
bundle install
cp .env.example .env
cp config/database.yml.example config/database.yml
rake db:create
rake db:migrate
rake db:seed
rake load_questions:data -> Populate Questions data
rake load_candidates:data -> Populate Candidates data
rails s