https://github.com/flowingis/cqrs-booking
Cqrs booking example
https://github.com/flowingis/cqrs-booking
cqrs cqrs-es php symfony workshop-materials
Last synced: 8 months ago
JSON representation
Cqrs booking example
- Host: GitHub
- URL: https://github.com/flowingis/cqrs-booking
- Owner: flowingis
- Created: 2018-03-30T13:36:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T10:20:22.000Z (over 7 years ago)
- Last Synced: 2025-01-18T07:29:59.727Z (10 months ago)
- Topics: cqrs, cqrs-es, php, symfony, workshop-materials
- Language: PHP
- Homepage:
- Size: 4.62 MB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cqrs-es-2018-ws
# Requisiti
- Docker
# Avvio applicazione
- `docker-compose up -d`
- `docker-compose exec php ./idephix.phar build`
# Regole di dominio
- non si può prenotare il campo in uno slot che è già prenotato
- la prenotazione deve essere di almeno un'ora e massimo tre ore
- il campo è prenotabile dalle 9 alle 23
- la decima prenotazione fatta dall'utente è gratuita
- la conferma deve essere fatta via email e via sms
# Tools
- Adminer: http://localhost:8081/
- server: mysql
- user: dev
- password: dev