The app is being used as a server for medical-clininc mobile app.
There are three roles:
- admins
- doctors
- patients
Patients can reserve appointments is date-time slots set by doctors. Doctors can manage date-time slots and their appointments.
To authorize users the app uses devise gem with jwt tokens.