A basic booking system for sport facilities developed using Nuxt 3.
nubsy stands for Nuxt Booking System. It is completely written in Nuxt 3, which enables SSR (server-side rendering) for Vue.js 3 while being fast and lightweight.
Because of Nuxt 3 being in beta as well as the booking system itself, you may experience some issues setting the software up and keep it running. I don't recommend using this software in production until there is a stable release.
This project uses the Nuxt 3 Minimal Starter template. For more information I recommend taking a look at the documentation.
Make sure to install the dependencies
npm install
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Checkout the deployment documentation.