A news aggregator web api in Laravel 9 (Backend service for News-News. The url link to the frontend project
git clone https://github.com/MoQuayson/News-News-Api.git news_news_api
cd news_news_api
npm install
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate --seed
php artisan serve
Runs the app in the development mode.
Open http://127.0.0.1:8000 to view it in your browser.