Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 684 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 684 Bytes

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