# jsonrpc-weather-backend Source with a daily forecasts by the last 6 months ### Requirements - [docker 19+](https://docs.docker.com/engine/install/) - [docker-compose 1.15+](https://docs.docker.com/compose/install/) - [make 4.3+](https://www.gnu.org/software/make/) ### Install ```shell script make init make data-recreate ``` ### Development Enter inside docker container ```shell script make enter-php ``` Run linters/tests and formatting the code ```shell script make prepare-request ``` See other useful commands in **Makefile** and **composer.json** under *scripts*