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 94814cc8f9 mv project to other organization 4 years ago
bin Initial commit 5 years ago
config mv project to other organization 4 years ago
devops mv project to other organization 4 years ago
public Initial commit 5 years ago
src mv project to other organization 4 years ago
templates add-front 5 years ago
tests mv project to other organization 4 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 Initial commit 5 years ago
README.md mv project to other organization 4 years ago
composer.json add-front 5 years ago
composer.lock add-front 5 years ago
docker-compose.yaml mv project to other organization 4 years ago
symfony.lock add-front 5 years ago

README.md

jsonrpc-weather-frontend

Front for a jsonrpc-weather-backend project

Requirements

Install

make init

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