Skip to content

Instantly share code, notes, and snippets.

@evilthreads669966
Last active November 12, 2023 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evilthreads669966/5464a42b6780b1afc836c4423d60f008 to your computer and use it in GitHub Desktop.
Save evilthreads669966/5464a42b6780b1afc836c4423d60f008 to your computer and use it in GitHub Desktop.
scheduling app example usage
_____ _ _ _____ _ _ _ _
| ___| (_) | / ___| | | | | | (_)
| |____ ___| | \ `--. ___| |__ ___ __| |_ _| |_ _ __ __ _
| __\ \ / / | | `--. \/ __| '_ \ / _ \/ _` | | | | | | '_ \ / _` |
| |___\ V /| | | /\__/ / (__| | | | __/ (_| | |_| | | | | | | (_| |
\____/ \_/ |_|_| \____/ \___|_| |_|\___|\__,_|\__,_|_|_|_| |_|\__, |
__/ |
|___/
Enter one of the following options:
Persons
Appointments
Add Person
Add Appointment
add person
New Patient Name: chris basinger
New Patient Age: 33
Enter one of the following options:
Persons
Appointments
Add Person
Add Appointment
persons
1
chris basinger
33
Enter one of the following options:
Persons
Appointments
Add Person
Add Appointment
add appointment
Enter the ID of the person: 1
Enter the time and date of the appointment in this format: yyyy-MM-dd HH:mm
2023-11-15 11:30
Enter one of the following options:
Persons
Appointments
Add Person
Add Appointment
appointments
1 - chris basinger
2023-11-15 11:30
Enter one of the following options:
Persons
Appointments
Add Person
Add Appointment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment