A program in Python3 that interacts with the user via command line. The user of the program is prompted with a menu where he/she can choose to:
- List all appointments
- Schedule an appointment
- Add an appointment type with a duration in minutes
- Exit
Business hours of 10am - 6pm are implemented but can be modified.
- Python3
- pytest
To run, execute:
$ make
To test, execute
$ make test