/csv_task_ruby

Simple application to get candidates from Teamtailor API, convert to csv and download for the user.

Primary LanguageRuby

Teamtailor task

Dashboard

dashboard

Main logic

main_logic

Data data

Environment Variables

Change the following environment variables in the .env file:

  • 'TEAMTAILOR_API_KEY' - put your own API key
  • 'TEAMTAILOR_X_API_VERSION' - define the API version

Usage

Just run docker and go to localhost:3000

docker-compose up

No Docker? Oh well, get your Ruby and run:

bundle install
rails s