- git clone git@github.com:DanielFurmanov/doctors-shedule.git.
- copy and edit env.example to .env (mysql credentials)
- composer install (--no-scripts if necessary).
- php artisan migrate.
- npm install.
- npm run dev.
App consists of one view, one controller and a few models;
###First screen:
Options: scroll all over the list, type name in top right input to get filtered results, press "записаться" to get to the second step
###Second Screen
Options: go back to first screen, choose date from datepicker
When date chosen list of available consultations will appear
When consultation time chosen modal with confirmation popups
After confirmation, list of consultations refreshes and currently selected time is no more available





