Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

ridi/pay-backend

Repository files navigation

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.