- Using Abstarct Factory Pattern.
- Using Repository Pattern.
- Unit tests coverage.
- Handle all Acceptance Criteria.
- easy to install in a Docker container.
You can clone The Project without Docker from Repo Link
By default, the Docker will expose port 8080, so change this within the Dockerfile if necessary. When ready, simply use the Dockerfile to build the image.
docker-compose up
To Run the command which fetch users from Endpoints RUN
docker-compose exec php sh
Then
php artisan fetch:user
Notes: the above command will run automatically every 8 hours
Verify the server running by navigating to your server address in your preferred browser.
localhost:8080
You Can look at Endpoint using Postman here Postman Api
php artisan test
MIT