Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down