barisaskaleli / news-aggregator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

sh bin/startup.sh
docker-compose up -d --build

And then get in the fpm container and run these commands

docker exec -it News-Serve sh
php artisan migrate --seed

To fetch news from sources you can use this command (--list will show you available sources) If no provider given it will fetch all sources

php artisan app:fetch-news {--source=} {--list}

After installation done you can reach from http://localhost:8000 here or you can use postman collection

POSTMAN COLLECTION

About

License:MIT License


Languages

Language:PHP 78.9%Language:Blade 20.4%Language:Dockerfile 0.4%Language:JavaScript 0.2%Language:Shell 0.1%