Skip to content
/ bookme Public

A Vue SPA app to managing online bookings for service based business

Notifications You must be signed in to change notification settings

mamin11/bookme

Repository files navigation

bookme

A Vue SPA app with the following functionalities:

  • Create bookings based on staff working hours and availability
  • Create staff with custom working hours/days and specific services they offer
  • Create teams
  • Create customer records
  • See how many bookings a customer has made
  • Uses vue router to manage navigation
  • Uses Vuex for state management
  • Uses axios to interact with backend API

Screenshots

app pages

Project setup

npm install

ENV file

Add .env file to the root path and copy contents of .env.example. Then update VUE_APP_API_URL.

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

A Vue SPA app to managing online bookings for service based business

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published