This repo contains a reference source code to help in using the Talenteca API.
- PHP 7+ with the curl library active
As a reference, if you are using a Debian based Linux the requirements can be installed with these commands:
sudo apt-get install php
sudo apt-get install php-curl
Just run:
cd tk-recruiter-app-sample-php
php -S 127.0.0.1:8000 -t ./
And open your browser to:
NOTE: of course you can use another port if 8000 port is currently used.
For more information please go to the Talenteca API Documentation