Implementation a microservice architecture with JSON-RPC 2.0 communication between backend and frontend https://www.jsonrpc.org/specification
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
fedy95 332748c338 mv project to other organization 4 years ago
bin Initial commit 5 years ago
config add-monolog 5 years ago
devops mv project to other organization 4 years ago
migrations add-doctrine-support 5 years ago
public Initial commit 5 years ago
src add-front-to-weather_site 5 years ago
tests add-front-to-weather_site 5 years ago
var Initial commit 5 years ago
vendor Initial commit 5 years ago
.gitignore Initial commit 5 years ago
.php_cs Initial commit 5 years ago
Makefile add-doctrine-support 5 years ago
README.md mv project to other organization 4 years ago
composer.json add-monolog 5 years ago
composer.lock add-monolog 5 years ago
docker-compose.yaml mv project to other organization 4 years ago
symfony.lock add-monolog 5 years ago

README.md

jsonrpc-weather-backend

Source with a daily forecasts by the last 6 months

Requirements

Install

make init
make data-recreate

Development

Enter inside docker container

make enter-php

Run linters/tests and formatting the code

make prepare-request

See other useful commands in Makefile and composer.json under scripts