Sample project of scheduling medical appointments with MVC architecture in Java.
This software has a database simulated by arrays, containing information such as: doctor's name with his specialty and dates and times available for scheduling.
It also has a Swing package interface, using the JOptionPane class for UX.
Application of the architecture with the divisions: Model, Controller and View.
Gabriel Tavares - Tavares194