Application supporting barber shop.
- list of appointments - service keeping data in memory, returning promises
- making an appointments - refresh list after create
- appointment validation (name and phone number, valid hour and date)
- appointment edit - move to $http
- customer phone number - view filter
- current appointment visual indication
- mark vist and completed
- appointment canellation
- barber to appointment assignment
- appointment filter for barber
- send a message to the customer
- appointment evaluation
-
backend
npm run backend
-
frontend
npm run frontend