Skip to content

talenteca/tk-recruiter-app-sample-php

Repository files navigation

Demo Recruiter App integration with Talenteca

This repo contains a reference source code to help in using the Talenteca API.

Requirements

  • 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

How to run

Just run:

cd tk-recruiter-app-sample-php
php -S 127.0.0.1:8000 -t ./

And open your browser to:

http://localhost:8000/

NOTE: of course you can use another port if 8000 port is currently used.

Documentation

For more information please go to the Talenteca API Documentation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published