Simple frontend built with Vue.js, displaying available photographers and their timeslot.
The booking used is hardcoded to the following:
{
"booking": {
"id": "3",
"durationInMinutes": 90
}
}
yarn install
yarn serve
yarn build
yarn lint