Skip to content

mezez/mez-event-scheduler-fe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event Scheduler Frontend

This project is the implementation of a frontend application for scheduling events on a calendar.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Implemented Features:

  • 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/";

    PREVIEW

    image

About

Frondend application for calendar event scheduling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published