Dates Frontend
In this video we are continuing with our dates API, and now we are going to use Vue to create our frontend and functionality.
In the previous episode we created the backend to our Dates API using OctoberCMS and a pinch of PHP.
And now in this much longer episode we are going to bring it all together using Vue and Vuex, so that we can be sure that the reservations made in our app don’t overlap with the reservation from somebody else. This is a crucial part of our app so that is why this episode is so long.