Skip to content

wpwwhimself/newsfeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📰 NewsFeed

🔧 Installation

  1. Create your own .env file out of .env.example found in the root folder.
  2. Build and run containers with docker-compose up -d.
  3. The app will be running under http://localhost:81/.

⭐ What it can do

This test app retrieves news articles from different sources and lists them in one comprehensible list.

  • querying - searching articles by keyword
  • filtering - showing articles based on date, category and source
  • user preferences - after creating an account, you can add your own filters based on categories, authors and sources you like

📦 Data sources used

This list can be easily extended via modifications in ArticleController's obtain() functions.

About

[EN] [React/Laravel] News collection app - gather articles from other services

Topics

Resources

Stars

Watchers

Forks