Skip to content

AhmedHdeawy/orcas

Repository files navigation

Features

  • Using Abstarct Factory Pattern.
  • Using Repository Pattern.
  • Unit tests coverage.
  • Handle all Acceptance Criteria.
  • easy to install in a Docker container.

Run without Docker

You can clone The Project without Docker from Repo Link

Run with Docker

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

Run API

You Can look at Endpoint using Postman here Postman Api

Test

php artisan test 

N|Solid

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages