pay-backend
pay-backend copied to clipboard
RIDI Pay Backend API
Reporting a vulnerability
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
Deploy
- We are using github actions and releases for deploy. For details, please refer to
.github/workflows
.