/News-News-Api

A news content aggregator backed in react

Primary LanguagePHP

About News-News Api

A news aggregator web api in Laravel 9 (Backend service for News-News. The url link to the frontend project

Run Locally

Clone the project

  git clone https://github.com/MoQuayson/News-News-Api.git news_news_api

Go to the project directory

  cd  news_news_api

Install dependencies

Install node modules

  npm install

Install composer vendors

  composer install

Generate .env file

   cp .env.example .env
   php artisan key:generate

Migrate tables with seeders

   php artisan migrate --seed

Start the server

  php artisan serve

Runs the app in the development mode.

Open http://127.0.0.1:8000 to view it in your browser.

Screenshots

App Screenshot

App Screenshot

Authors

License

MIT