PHP application to record and check if an CPF number is blacklisted.
Developed on debian-based linux distro.
docker-compose build
docker-compose upEndpoints use either a HTTP GET, POST or DELETE to access, update, or delete data, respectively.
URL: /check?cpf={:id}
Method: GET
URL: /status
Method: GET
URL: /
Method: POST
Parameters:
| Name | Content Type | Type | Required |
|---|---|---|---|
| cpf | form-data | String | No |
URL: /
Method: DELETE
Parameters:
| Name | Content Type | Type | Required |
|---|---|---|---|
| cpf | x-www-form-urlencoded | String | No |
| Name | Version |
|---|---|
| jQuery | 1.11.1 |
| jQuery Mask | 1.14.10 |
| Bootstrap | 3.3.0 |