pay-backend icon indicating copy to clipboard operation
pay-backend copied to clipboard

RIDI Pay Backend API

CI codecov

Reporting a vulnerability

Link

Settings for development environment

0. Requirements

  • PHP 7.2
brew install [email protected]

1. Make

make dev

2. Build docker containers

docker-compose up [--build] 

3. Make database fixtures

make fixture

4. Try to connect to https://pay-api.local.ridi.io

API document

Link

Deploy

  • We are using github actions and releases for deploy. For details, please refer to .github/workflows.