/medical-schedule

Project built entirely in Typescript that simulates managing a schedule with many doctors and specialties.

Primary LanguageTypeScript

Medical Schedule

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.


Test the project on your machine:

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