# jsonrpc-weather-frontend Front for a jsonrpc-weather-backend project ### 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 ``` ### 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*