Skip to content

IlyasAkbergen/news-aggregator

Repository files navigation

Setup

make

Manually Fetch Articles

Articles are fetched automatically every minute, so you don't need to do this
make fetch_articles

Api documentation - Swagger

http://localhost:8080/api/documentation

Default User credentials:

  • get token from /api/login endpoint
  • click on Authorize button on top right corner
  • paste the token in the input box with Bearer prefix

Tests and Static Analysis

There are github actions setup for this, which runs on every push and pull request to the master branch

Run tests

make test

Run phpstan

make phpstan

About

News aggregator app api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages