This program allows you to register/delete a new candidate, send the registered candidate a technical challenge
This program allows you to register/delete a new candidate, send the registered candidate a technical challenge. This challenge can be sent with the following methods:
Docker
$ git clone https://github.com/bastienbot/hr-challenges-manager
$ cd hr-challenges-manager
Copy and fill in the following files according to your needs :
$ docker-compose build && docker-compose up
# /candidates/{email?}
POST, GET, PUT, DELETE : Standard CRUD
# /challenges/preview
POST : Preview a challenge before sending to a candidate
# /challenges/send
POST : Send a challenge to a candidate