https://github.com/bpolaszek/rolladice
https://github.com/bpolaszek/rolladice
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bpolaszek/rolladice
- Owner: bpolaszek
- License: mit
- Created: 2023-08-22T06:30:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-01T17:45:21.000Z (about 1 year ago)
- Last Synced: 2025-01-10T09:59:53.899Z (about 1 year ago)
- Language: PHP
- Size: 276 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/bpolaszek/rolladice/actions/workflows/ci.yml)
[](https://codecov.io/gh/bpolaszek/rolladice)
# RollADice
An API-Platform 3.x example app about managing Gaming Clubs.
## Run Tests
The following personas are used to run integration tests:
- **Bob** is _owner_ of the Backgammon club **Triangles**
- **Alice** is _admin_ of this club (she can add other members, but cannot revoke **Bob**)
- **Bob** is _member_ of the Chess club **Chessy**
- **Alice** is not member of **Chessy**, so she cannot play chess with **Bob**
```bash
composer ci:check
```