- Create your own
.env
file out of.env.example
found in the root folder. - Build and run containers with
docker-compose up -d
. - The app will be running under http://localhost:81/.
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
This list can be easily extended via modifications in ArticleController
's obtain()
functions.