This project is the implementation of a frontend application for scheduling events on a calendar.
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
npm install
npm run dev
npm run build
-
Booking
- You can only book for slots starting from the next day from current date
- Click on Build, enter email address and click save booking to reserve a slot.
- Update backend api url in global settings found in main.js. Replace http://127.0.0.1:5000 with your url if applicable.
app.config.globalProperties.$server_base_url = "http://127.0.0.1:5000/api/";
- The api for this application can be found at https://github.com/mezez/mez-event-scheduler-be
PREVIEW