Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 507 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 507 Bytes

About The Project

Simple News Aggregator app

  • this project includes a single file to run the app, it uses laravel sail behind the scenes.
  • cd to the project directory then [ ./run ] it will create containers and run the app.
  • if you prefer to run it manually, copy .env.example to .env.
  • Please make sure to add API keys for (The Guardian, New York Times, and NewsAPI) so the app work as intended
  • run "artisan test" to run test cases.
  • postman collection included Aggregator.postman_collection.