Skip to content

bcgov/EDUC-PEN-NOMINAL-ROLL-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lifecycle:Experimental Coverage Lines of Code Reliability Rating Bugs Security Rating

EDUC-PEN-NOMINAL-ROLL-API

This API will facilitate staff to process nominal roll.

#Running and Unit Testing the application in local environment

  1. The app depends on a temp folder which needs to be created.
  2. 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
  3. make sure that the application-local.properties have this entry folder.base.path=/home/runner/work/EDUC-PEN-NOMINAL-ROLL-API/EDUC-PEN-NOMINAL-ROLL-API/temp before running the application.