No description
Find a file
2022-09-19 11:00:35 +02:00
booking_reference Add dockerfiles for booking_reference and train_data 2022-08-08 17:12:13 +02:00
ticket_office Move AlreadyBooked logic inside the Seat class 2022-09-19 11:00:35 +02:00
train_data Add dockerfiles for booking_reference and train_data 2022-08-08 17:12:13 +02:00
.gitignore make python starting code smaller 2013-08-13 20:25:08 +02:00
docker-compose.yml Add a docker-compose file 2022-08-08 17:26:14 +02:00
license.txt added MIT license 2015-07-07 19:51:44 +02:00
log.txt Update log 2022-09-08 10:42:41 +02:00
README.md Update README.md 2022-08-01 19:42:09 +02:00
TODO Spelling errors 2022-08-05 13:36:40 +02:00

Solution for the Train Reservation kata

Original starting point:

=> https://github.com/emilybache/KataTrainReservation

See log.txt for an overview of how I solved it