Project built entirely in Typescript that simulates management through the command line of a schedule with several doctors and specialties.
This project makes use of the "ts-node" and "prompt-sync" libraries.
* All program data including names are fictitious and randomly generated.
First of all, clone the project:
git clone https://github.com/willypedroso/medical-schedule
Enter the repository and resolve the dependencies:
cd medical-schedule
npm install
Then run the project:
npm run start