/news_aggregator

Simple News Aggregator

Primary LanguagePHP

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.