This API will facilitate staff to process nominal roll.
#Running and Unit Testing the application in local environment
- The app depends on a temp folder which needs to be created.
- create a temp directory by running this command in windows terminal
mkdir -p /home/runner/work/EDUC-PEN-NOMINAL-ROLL-API/EDUC-PEN-NOMINAL-ROLL-API/temp
- make sure that the
application-local.properties
have this entryfolder.base.path=/home/runner/work/EDUC-PEN-NOMINAL-ROLL-API/EDUC-PEN-NOMINAL-ROLL-API/temp
before running the application.