nathandaly / api-fillable-user

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Initialise the repo

sail up -d
sail migrate

To run the command:

sail artisan import:reqres-data {--dry-run: Will just dump the collection}

To reset the repo

sail artisan migrate:fresh

Todo

If I had more time I would implement a queue based system to fetch from the API, push to redis and have a queue chunk through using the database cursor to avoid duplicate. I would add validation to avoid dodgy attributes and a better event system.

About


Languages

Language:PHP 83.0%Language:Blade 16.2%Language:Shell 0.8%