In order tho calculate the vacation days the program is reading data from the CSV file employees.csv
. It is calculating the days based on special cases and requirement.
- Open the project and run
npm install
- Run
npm run dev
in main folder to execute the application - To run the tests use
npm run test