- PHP 7.4
- Symfony 5.3.*
- Docker + Docker Compose
$ git clone https://github.com/epuig83/stackoverflow-questions.git
$ cd stackoverflow-questions
$ docker-compose build
$ docker-compose up -d
$ docker-compose exec webserver composer install --no-interaction
$ docker exec -it webserver bash
Run tests
$ docker-compose exec webserver php ./vendor/bin/phpunit
http://localhost:8080/api/stackoverflow/questions/{tagged}
Name | Required | Type | Description |
---|---|---|---|
tagged |
required | string | The question tag |
fromdate |
optional | string | The date format is accepted: YYYY-MM-DD HH:MM:SS, where the hour, minute, and second values are optional. |
todate |
optional | string | The date format is accepted: YYYY-MM-DD HH:MM:SS, where the hour, minute, and second values are optional. |