Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 671 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 671 Bytes

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