Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 520 Bytes

Readme.md

File metadata and controls

15 lines (12 loc) · 520 Bytes

Legacy hiring app

This example application reads users from mysql database and sends data to an external service via REST API.

How to use

  1. import dump.sql to the database
  2. execute the code
php -f callApiCommannd.php

Your goal

Refactor this code to follow nowadays best practices. You can use any PHP framework or libs you like. When you are done, please us a link to your repository to jerry@amateri.com.

Notes

  • This code is just an example. We do not have similar code in our codebase ;-)