How to Build a Booking System with Strapi and Nuxt

In this tutorial, we will learn how to build a simple hotel booking system with Strapi and NuxtJs. The hotel booking system will allow us to enter new guests into our database, send emails to our guests to notify them of their booking, and check out guests from the hotel.


This is a companion discussion topic for the original entry at https://strapi.io/blog/building-a-booking-system-with-strapi-and-nuxt?utm_source=reddit&utm_medium=nuxt&utm_campaign=blog

I’m curious about the decision to use text field for check-in and leave dates instead of the date field type that comes with Strapi. Can you provide some insight? Thanks in advance.