Skip to content

anonymouse703/technical-exam-news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

technical-exam-news

Description
A News Aggregator application that fetches articles from a public news API, stores them in a database, and displays them through a web interface. The project includes admin management via Filament and API endpoints with rate limiting.


Features

  • Fetch news articles from a public news API (e.g., NewsAPI).
  • Store sources, categories, and articles in a MySQL database.
  • Admin management using Filament:
    • View, search, and filter articles.
    • View individual articles in a newspaper-style layout.
  • API endpoints with throttling for fetching news data.
  • Scheduled daily fetch of new articles.

Installation

  1. Clone the repository:
git clone <repository-url>
cd technical-exam-news
  1. Install dependencies:
composer install
npm install && npm run dev
  1. Copy .env.example to .env and update database and API credentials:
cp .env.example .env
php artisan key:generate
  1. Run migrations:
php artisan migrate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors