https://github.com/smeghead/phel-obento
https://github.com/smeghead/phel-obento
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smeghead/phel-obento
- Owner: smeghead
- License: apache-2.0
- Created: 2024-03-13T14:35:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-16T12:46:17.000Z (about 1 year ago)
- Last Synced: 2025-02-07T22:53:50.511Z (4 months ago)
- Language: PHP
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phel-obento
## specification
https://github.com/o0h/iyaaaaa-na-code-example/tree/main/Obento
* 弁当や惣菜を複数種類・複数個数、同時に注文することができる
* 引換券(voucher)を利用すると、1番高い弁当や惣菜と交換できる(無料になる)
* 引換券を利用できない弁当がある。惣菜には引換券を利用できない。## Development
```bash
docker run -it --rm -v $(pwd):/usr/src -w /usr/src composer bash
# composer install
# vendor/bin/phel run src/main.phel
```### Test
```bash
# vendor/bin/phel test
```