diff --git a/README.md b/README.md index 4ef154c..119c241 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Provided is a clean install of Laravel. You are allowed to install and utilize # Problem to Solve -The purpose of this test is to gauge your skills in the day-to-day problems we come across. For example, we deal with a fair amount of ETL (extract, transform, load) processes so it's only natural for us to give you a basic ETL task. To start, we will need to get the results from an API every 24 hours. We will then need to save that data to a file and process it into our database. Once that's complete, we will also need the ability retrieve those results using an API endpoint. P.S: Dont forget to test the code :wink: +The purpose of this test is to gauge your skills in the day-to-day problems we come across. For example, we deal with a fair amount of ETL (extract, transform, load) processes so it's only natural for us to give you a basic ETL task. To start, we will need to get the results from an API every 24 hours. We will then need to save that data to a file and process it into our database. Once that's complete, we will also need the ability retrieve those results using an API endpoint. P.S: Don’t forget to test the code :wink: ## Resources [API URL](https://61f07509732d93001778ea7d.mockapi.io/api/v1/user/users?page=1&limit=10)